object autoImport
- Alphabetic
- By Inheritance
- autoImport
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
graphqlReleaseNotes: InputKey[String]
Creates release notes for changes between the the two given schemas
-
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>compare two schemas
$ sbt > graphqlSchemaChanges build prod
Example: -
val
graphqlSchemaGen: TaskKey[sbt.File]
Generates a the graphql schema based on the code snippet provided via
graphqlSchemaSnippet -
val
graphqlSchemaGenFilter: SettingKey[SchemaFilterName]
Setting to control the output of the schema generation.
Setting to control the output of the schema generation.
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
Example: -
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.
if your schema is defined on an object
graphqlSchemaSnippet := "com.example.MySchema.schema"
Example: -
val
graphqlValidateSchema: InputKey[Unit]
Validates the new schema against existing queries and the production schema
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()