OBJECT
DataRegistry
link GraphQL Schema definition
1 type DataRegistry { 2 3 ID! : 4 5 String : 6 7 String : 8 9 String : 10 11 ( 12 SchemaStatus], : [ 13 Int, : 14 ID, : 15 Int, : 16 Int, : 17 SchemaOrder] : [ 18 ): SchemaList 19 20 # The organization that owns this data registry. 21 OrganizationInfo : 22 23 ID : 24 25 User : 26 27 User : 28 29 DateTime : 30 31 DateTime : 32 33 # The currently published schema version for convenient access. 34 # This field will be empty if there is no published schema. 35 Schema : 36 37 String : 38 39 Boolean : 40 41 }
link Required by
- DataRegistryList
- 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.
- Schema