关于[Organizing large schemas in GraphQL]的摘要:
A GraphQL service is made up for two parts, a schema and a collection of resolvers. The approaches for defining the schema will depend a lot on the capabilities library / framework you’re using to build the server. In general terms we can broadly categorise in to two categories schema-first and code-first.
原文地址: https://compiledexperience.com/blog/posts/organizing-schemas