CustomsDocument
input
[CustomsDocumentGenerateInput!]!
Required
[CustomsDocument!]!
type Mutation { customsDocumentGenerate(input: [CustomsDocumentGenerateInput!]!): [CustomsDocument!]! }
Mutation.
customsDocumentGenerate
Generates
CustomsDocument
s from the given inputsArguments
input
[CustomsDocumentGenerateInput!]!
Required
Returns:
[CustomsDocument!]!
type Mutation { customsDocumentGenerate(input: [CustomsDocumentGenerateInput!]!): [CustomsDocument!]! }