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 true for the default ./schema.graphql one

  • resolvers: NonEmptyArray<Function>

    Array of resolvers classes to resolver files