graphql-to-sql
Use GraphQL as the source of truth for schema. The SQL schema script is derived from the GraphQL type definitions.
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.