absinthe v1.1.1 Mix.Tasks.Absinthe.Schema.Json
Generate a schema.json file
Usage
absinthe.schema.json Schema.Module.Name [FILENAME]
Options
—json-codec Sets JSON Codec. Default: Poison —pretty Whether to pretty-print (Poison-only). Default: false
Examples
$ mix absinthe.schema.json MySchema
$ mix absinthe.schema.json MySchema ../path/to/schema.json