Files
DefinitelyTyped/types/graphql-relay
Sutrisno Suryajaya 9fd098392c Proper type definition for Relay connection args
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.
2018-11-16 11:49:09 +08:00
..