允许验证完整的模式
作者: martinbonnin创建于 2025年5月28日更新于 2026年6月18日
GraphQL JS has a function to validate a user schema, validateSchema(). This works well if the schema is a user schema that does not contain any of the built-in types.
内容来源: graphql/graphql-js
GraphQL JS has a function to validate a user schema, validateSchema(). This works well if the schema is a user schema that does not contain any of the built-in types.
内容来源: graphql/graphql-js