GraphQLFields constructor

const GraphQLFields(
  1. List<GraphQLField> children
)

Implementation

const GraphQLFields(this.children);