Skip to content

Query

Root Query type

Fields without arguments

NameTypeDescription
applicationSettingsApplicationSettingsGet global application settings
currentAuthorizationAuthorizationGet the currently logged in authorization
currentUserUserGet the currently logged in user
globalRuntimesRuntimeConnection!Find runtimes

Fields with arguments

echo

Field available for use to test API access

Returns String!.

NameTypeDescription
messageString!String to echo as response

namespace

Find a namespace

Returns Namespace.

NameTypeDescription
idNamespaceID!GlobalID of the target namespace

node

Fetches an object given its ID

Returns Node.

NameTypeDescription
idID!ID of the object

nodes

Fetches a list of objects given a list of IDs

Returns [Node].

NameTypeDescription
ids[ID!]!IDs of the objects

organization

Find a organization

Returns Organization.

NameTypeDescription
idOrganizationIDGlobalID of the target organization
nameStringName of the target organization