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?
Yes
No
© 2024 Zonos
zonos.com
Query.
serviceLevel
Returns a
ServiceLevel
resource by ID.Arguments
id
ID!
Required
ID
of theServiceLevel
to return.Returns:
ServiceLevel
type Query { serviceLevel(id: ID!): ServiceLevel }