Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "bin/generate-graphql"

Index

Variables

Functions

Variables

Const INPUT_DIR

INPUT_DIR: "./src/graphql/schema/" = "./src/graphql/schema/"

Const OUTPUT_FILE

OUTPUT_FILE: "./src/graphql/schema/index.ts" = "./src/graphql/schema/index.ts"

Functions

concatFiles

  • concatFiles(err: ErrnoException | null, files: String[]): void
  • reads the graphql schema that have been created and puts copies into the graphql schema index. The schema index stores the schemas that will be used by the rest of the program. When a schema is required by another part of the program, that part will obtain is from the schema index.

    Parameters

    • err: ErrnoException | null
    • files: String[]

    Returns void

Generated using TypeDoc