association property

bool association
final

Whether this column relates to another GraphqlModel This is true for Iterable<GraphqlModel> and GraphqlModel. Defaults to false.

Implementation

final bool association;