mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-18 16:00:21 +00:00
In the graphql-relay implementation (https://github.com/graphql/graphql-relay-js/blob/da2801ab9e64006b1e41bcdb28c889799ee5c170/src/connection/connection.js#L30-L59) `forwardConnectionArgs`, `backwardConnectionArgs` and `connectionArgs` refer to the argument's GraphQL schema definition instead of the argument structured when used in a GraphQL query.