graphql-directive-connection
Generate relay connections by marking fields with a @connection directive.
Found 6 results for graphql-schema-language
Generate relay connections by marking fields with a @connection directive.
Fields and Objects marked with @private will not be removed from the schema. They will not appear in introspection and they will not be queryable.
Treat your SQL schema as a subset of your GraphQL Schema. Use GraphQL SDL as the lingua franca to define your data requirements.
Use GraphQL as the source of truth for schema. The SQL schema script is derived from the GraphQL type definitions.
Generate relay connections by marking fields with a @connection directive.
Transform fields into relay connections using a @connection directive