typeNameField property

  1. @JsonKey(defaultValue: '__typename')
String typeNameField
final

The resolve type field used on this schema.

Implementation

@JsonKey(defaultValue: '__typename')
final String typeNameField;