package graphql
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- graphql
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
quietError(msg: String): Nothing
Throw an exception without a stacktrace.
Throw an exception without a stacktrace.
- msg
the error message
- returns
nothing - throws an exception
-
val
singleGraphQLSchemaParser: sbt.Def.Initialize[Parser[GraphQLSchema]]
- returns
a parser that parses exactly one schema l
-
val
tupleGraphQLSchemaParser: sbt.Def.Initialize[Parser[(GraphQLSchema, GraphQLSchema)]]
Parses two schema labels
- object GraphQLCodegenPlugin extends AutoPlugin
-
object
GraphQLPlugin extends AutoPlugin
Root plugin for all other graphql plugins.
GraphQL Plugin
Root plugin for all other graphql plugins. Provides a schema registry that can be used for
- validating queries against a specific schema - comparing schemas - code generation based on a specific schema
- object GraphQLQueryPlugin extends AutoPlugin
- object GraphQLSchemaPlugin extends AutoPlugin