graphql-directive-private

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.

graphql-directive-sql

Treat your SQL schema as a subset of your GraphQL Schema. Use GraphQL SDL as the lingua franca to define your data requirements.