DEV

Mutation.

countryOfOriginInfer

Allows an API consumer to calculate a new CountryOfOriginInference using the provided inputs.

Arguments

No description
GraphQL
1
2
3
type Mutation {
  countryOfOriginInfer(input: [CountryOfOriginInferenceInput!]!): [CountryOfOriginInference!]!
}

Was this page helpful?