InputObjectExtension

grackle.InputObjectExtension
case class InputObjectExtension(baseType: String, inputFields: List[InputValue], directives: List[Directive]) extends TypeExtension

Input Object extensions allow additional fields to be added to a pre-existing Input Object type

Attributes

See also

https://spec.graphql.org/draft/#sec-Input-Object-Extensions

Source
schema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product