GraphQLObjectsPlaysPlaysNo description type Plays implements SortableCollection { size: Int data: [Play!]!} Fields size ● Int scalar data ● [Play!]! non-null object Interfaces SortableCollection interface