DEV

Query.

countryOfOriginInference

Returns a CountryOfOriginInference resource by ID.

Arguments

id

ID!

Required

The ID of the CountryOfOriginInference to return.
GraphQL
1
2
3
type Query {
  countryOfOriginInference(id: ID!): CountryOfOriginInference
}

Was this page helpful?