GraphQLField constructor
const
GraphQLField(
- String name, {
- GraphQLArgs? args,
- GraphQLFields? fields,
Implementation
const GraphQLField(
this.name, {
this.args,
this.fields,
});