Packages

object autoImport

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. val graphqlReleaseNotes: InputKey[String]

    Creates release notes for changes between the the two given schemas

  11. val graphqlSchemaChanges: InputKey[Vector[SchemaChange]]

    Returns the changes between the two schemas defined as parameters.

    Returns the changes between the two schemas defined as parameters.

    graphqlSchemaChanges <new schema> <old schema>

    Example:
    1. compare two schemas

      $ sbt
      > graphqlSchemaChanges build prod
  12. val graphqlSchemaGen: TaskKey[sbt.File]

    Generates a the graphql schema based on the code snippet provided via graphqlSchemaSnippet

  13. val graphqlSchemaGenFilter: SettingKey[SchemaFilterName]

    Setting to control the output of the schema generation.

    Setting to control the output of the schema generation.

    Example:
    1. if you would like to include sangria built-ins

      graphqlSchemaGenFilter := SchemaFilterNames.WithoutGraphQLBuiltIn
    See also

    https://github.com/sangria-graphql/sangria/blob/343d7a59eeb9392573751306f2b485bca2bee75f/src/main/scala/sangria/renderer/SchemaRenderer.scala#L298-L323

  14. val graphqlSchemaSnippet: SettingKey[String]

    A scala snippet that returns the sangria.schema.Schema for your graphql application.

    A scala snippet that returns the sangria.schema.Schema for your graphql application.

    Example:
    1. if your schema is defined on an object

      graphqlSchemaSnippet := "com.example.MySchema.schema"
  15. val graphqlValidateSchema: InputKey[Unit]

    Validates the new schema against existing queries and the production schema

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped