Query
Root Query type
Fields without arguments
| Name | Type | Description |
|---|---|---|
application | Application! | Get application information |
currentAuthentication | Authentication | Get the currently logged in authentication |
currentUser | User | Get the currently logged in user |
globalRuntimes | RuntimeConnection! | Find runtimes |
organizations | OrganizationConnection! | Find organizations |
users | UserConnection! | Find users |
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 |
user
Find a user
Returns User.