DEV

Query.

customsDocumentsByReferenceId

Query for any CustomsDocument objects associated with the given reference ID.

Arguments

id

ID!

Required

No description
GraphQL
1
2
3
type Query {
  customsDocumentsByReferenceId(id: ID!): [CustomsDocument!]!
}

Was this page helpful?