caf_graphql/plug_graphql

Loads a GraphQL schema for the application.

Properties:

  {schemaDir: string=, schemaFileName: string}

where:

  • schemaDir: directory to find the schema descriptions. Defaults to the path where the app ca_methods.js has been defined, e.g., <app_dir>/lib.
  • schemaFileName: the name of the file containing the schema.
Source:

Extends