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

Summary

Functions

Callback implementation for c:Mix.Task.run/1

Functions

run(argv)

Callback implementation for c:Mix.Task.run/1.