inputFields property

List<GraphQLInputObjectField> inputFields
final

A list of the fields that an input object of this type is expected to have.

Implementation

final List<GraphQLInputObjectField> inputFields = [];