FieldInfo class
Constructors
-
FieldInfo({required String name, required String getter, required bool isMethod, required String? defaultValueCode, required bool nonNullable, required Expression gqlType, required List<
String> inputs, required String? description, required String? deprecationReason, required GraphQLField fieldAnnot, required String? attachments}) -
Necessary information for printing
a
GraphQLFieldInput
orGraphQLObjectField
const
Properties
- attachments → String?
-
final
- defaultValueCode → String?
-
final
- deprecationReason → String?
-
final
- description → String?
-
final
- fieldAnnot → GraphQLField
-
final
- getter → String
-
final
- gqlType → Expression
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputs
→ List<
String> -
final
- isMethod → bool
-
final
- name → String
-
final
- nonNullable → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
expression(
{bool isInput = false}) → Expression -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited