NodeAndDef constructor
NodeAndDef(
- GraphQLNamedType? parentType,
- FieldNode node,
- GraphQLObjectField? def
Implementation
NodeAndDef(this.parentType, this.node, this.def);