Packages

p

rocks.muki

graphql

package graphql

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. graphql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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

  2. val singleGraphQLSchemaParser: sbt.Def.Initialize[Parser[GraphQLSchema]]

    returns

    a parser that parses exactly one schema l

  3. val tupleGraphQLSchemaParser: sbt.Def.Initialize[Parser[(GraphQLSchema, GraphQLSchema)]]

    Parses two schema labels

  4. object GraphQLCodegenPlugin extends AutoPlugin
  5. 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

  6. object GraphQLQueryPlugin extends AutoPlugin
  7. object GraphQLSchemaPlugin extends AutoPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped