DEV

Query.

serviceLevel

Returns a ServiceLevel resource by ID.

Arguments

id

ID!

Required

The ID of the ServiceLevel to return.

Returns:

ServiceLevel

GraphQL
1
2
3
type Query {
  serviceLevel(id: ID!): ServiceLevel
}

Was this page helpful?