Member Junction
    Preparing search index...

    Type Alias BuildSchemaOptions

    BuildSchemaOptions: {
        emitSchemaFile?: string | boolean | EmitSchemaFileOptions;
        resolvers: NonEmptyArray<Function>;
    } & Omit<SchemaGeneratorOptions, "resolvers">

    Type Declaration

    • OptionalemitSchemaFile?: 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