GraphQLField constructor

const GraphQLField(
  1. String name, {
  2. GraphQLArgs? args,
  3. GraphQLFields? fields,
})

Implementation

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