OBJECT
Entity
link GraphQL Schema definition
1 type Entity { 2 3 ID! : 4 5 String : 6 7 DateTime : 8 9 DateTime : 10 11 String : 12 13 String : 14 15 Property] : [ 16 17 ID : 18 19 Library : 20 21 String : 22 23 # Arguments 24 # id: Provide an ID to retrieve a specific entity identifier 25 ID, : ID, : Int, : Int): EntityIdentifierList ( : 26 27 Boolean : 28 29 JSONData : 30 31 String : 32 33 EntitySummary : 34 35 String : 36 37 }
link Required by
- EntityIdentifier
- EntityList
- 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.