OBJECT

EntityIdentifierTypeList

link GraphQL Schema definition

1type EntityIdentifierTypeList implements Page {
2
3records: [EntityIdentifierType!]
4
5limit: Int!
6
7offset: Int!
8
9count: Int
10
11}