Query
Root Query type
Fields without arguments
Name | Type | Description |
---|---|---|
applicationSettings | ApplicationSettings | Get global application settings |
currentAuthorization | Authorization | Get the currently logged in authorization |
currentUser | User | Get the currently logged in user |
globalRuntimes | RuntimeConnection! | Find runtimes |
Fields with arguments
echo
Field available for use to test API access
Returns String!
.
Name | Type | Description |
---|---|---|
message | String! | String to echo as response |
namespace
Find a namespace
Returns Namespace
.
Name | Type | Description |
---|---|---|
id | NamespaceID! | GlobalID of the target namespace |
node
Fetches an object given its ID
Returns Node
.
Name | Type | Description |
---|---|---|
id | ID! | ID of the object |
nodes
Fetches a list of objects given a list of IDs
Returns [Node]
.
Name | Type | Description |
---|---|---|
ids | [ID!]! | IDs of the objects |
organization
Find a organization
Returns Organization
.
Name | Type | Description |
---|---|---|
id | OrganizationID | GlobalID of the target organization |
name | String | Name of the target organization |