graphql-schema icon indicating copy to clipboard operation
graphql-schema copied to clipboard

Create GraphQL schemas with a fluent/chainable interface

Results 3 graphql-schema issues
Sort by recently updated
recently updated
newest added

In order to be friendly with Relay and graphql-relay-js lib, the API needs to allow the user to append some fields directly to an Object or an Interface. Example would...

Related to #5 , we need to allow the user to define the args in one call so he can use the connectionArgs provided by graphql-relay-js ``` args(args) { this.__field.args...