DEV

Query.

carrierAccount

Returns a CarrierAccount by ID

Arguments

id

ID!

Required

No description
GraphQL
1
2
3
type Query {
  carrierAccount(id: ID!): CarrierAccount
}

Was this page helpful?