DEV

Query.

carrierAccounts

Returns all the information tied to the Carrier that a specified organization uses.

Arguments

No description
GraphQL
1
2
3
type Query {
  carrierAccounts(filter: CarrierAccountsFilter): [CarrierAccount]
}

Was this page helpful?