ObjectField class abstract

A field in a GraphQLSchema

Utility interface implemented by GraphQLObjectField and GraphQLFieldInput

Implemented types
Implementers

Constructors

ObjectField()

Properties

astNode → Node?
If this was parsed from an ast, the node in that ast
no setterinherited
attachments GraphQLAttachments
Other custom values that may modify the execution, validation or introspection for this element
no setterinherited
description String?
An optional description of this element.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the field
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type GraphQLType<Object?, Object?>
The type of the field
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 other) bool
The equality operator.
inherited