FunctionsbuildSchemabuildSchema CallablebuildSchema(source: string | Source, options?: BuildSchemaOptions & ParseOptions): GraphQLSchemaA helper function to build a GraphQLSchema directly from a source document.Parameterssource: string | Sourceoptionaloptions: BuildSchemaOptions & ParseOptionsReturns GraphQLSchema
A helper function to build a GraphQLSchema directly from a source document.