Type alias BuildSchemaOptions
BuildSchemaOptions: { emitSchemaFile?: string | boolean | EmitSchemaFileOptions; resolvers: NonEmptyArray<Function>; } & Omit<SchemaGeneratorOptions, "resolvers"> Type declaration
Optional emitSchemaFile?: string | boolean | EmitSchemaFileOptions
Path to the file to where emit the schema or config object with print schema options or
truefor the default./schema.graphqlone