View Source JetExt.Plug.SDL (jet_ext v0.3.0)

A plug for serving sdl file.

It requires one option:

  • schema: the Absinthe.Schema module.
forward "/graphql.sdl", JetExt.Plug.SDL,
  schema: MyGraphQL.Schema