View Source mix absinthe.schema.sdl (absinthe v1.7.6)

Generate a schema.graphql file.

Usage

mix absinthe.schema.sdl [OPTIONS] [FILENAME]

Options

  • --schema - The name of the Absinthe.Schema module defining the schema to be generated. Default: As configured for :absinthe :schema

Examples

Write to default path ./schema.graphql using the :schema configured for the :absinthe application:

mix absinthe.schema.sdl

Write to path /path/to/schema.graphql using the MySchema schema

mix absinthe.schema.sdl --schema MySchema /path/to/schema.graphql

Summary

Functions