GraphQLField constructor

const GraphQLField(
  1. String name, {
  2. Iterable<GraphQLArg>? args,
  3. Iterable<GraphQLField>? fields,
})

Implementation

const GraphQLField(
  this.name, {
  this.args,
  this.fields,
});