OBJECT

EntityIdentifierItemList

link GraphQL Schema definition

1type EntityIdentifierItemList {
2
3records: [EntityIdentifierItem]
4
5limit: Int!
6
7offset: Int!
8
9count: Int
10
11}

link Required by

This element is not required by anyone