subfields property

Map<String, Map<String, dynamic>> subfields
final

For fields that are not strictly associations but have nested attributes, subfields needs to be defined for the GraphQL query to resolve.

Implementation

final Map<String, Map<String, dynamic>> subfields;