OBJECT
EntityIdentifierType
link GraphQL Schema definition
1 type EntityIdentifierType { 2 3 ID! : 4 5 String! : 6 7 String! : 8 9 String : 10 11 String : 12 13 EntityIdentifierDataType! : 14 15 EntityIdentifierItem] : [ 16 17 }
link Required by
- EntityIdentifier
- EntityIdentifierTypeList
- LibraryType
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.