View Source JetExt.Plug.SDL (jet_ext v0.2.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
A plug for serving sdl file.
It requires one option:
schema
: the Absinthe.Schema module.forward "/graphql.sdl", JetExt.Plug.SDL,
schema: MyGraphQL.Schema