items property

List<T?> items
final

Model instances for this set of results.

An entry might be null if there are server-side errors inserting an instance into the result list (like a missing required field value). In that case, the GraphQLResponse will usually contain errors describing that instance along with an index.

Implementation

final List<T?> items;