CustomsSpec
input
[CustomsSpecUpdateInput!]!
Required
[CustomsSpec!]!
type Mutation { customsSpecUpdate(input: [CustomsSpecUpdateInput!]!): [CustomsSpec!]! }
Mutation.
customsSpecUpdate
Update an existing
CustomsSpec
objectArguments
input
[CustomsSpecUpdateInput!]!
Required
Returns:
[CustomsSpec!]!
type Mutation { customsSpecUpdate(input: [CustomsSpecUpdateInput!]!): [CustomsSpec!]! }