InputValueDefinition class

Field and directive arguments accept input values of various literal primitives.

Input values can be scalars, enumeration values, lists, or input objects.

Inheritance
Annotations
  • @immutable

Constructors

InputValueDefinition(InputValueDefinitionNode? astNode, [ResolveType? getType])
const

Properties

astNode → InputValueDefinitionNode?
final
defaultValue → Value?
no setter
description → String?
no setter
directives → List<Directive>?
no setter
getType → ResolveType
Resolve the given name into a TypeDefinition, usually defined within the given context such as a GraphQLSchema.
final
hashCode → int
The hash code for this object.
no setterinherited
name → String?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → GraphQLType?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object o) → bool
The equality operator.
inherited