DEV

Query.

organizationVendor

No description

Arguments

externalId

String

The external ID of the Organization

id

ID

The ID of the Organization
GraphQL
1
2
3
type Query {
  organizationVendor(externalId: String, id: ID): OrganizationVendor!
}

Was this page helpful?