CustomsSpec
input
[CustomsSpecCreateInput!]!
Required
[CustomsSpec!]!
type Mutation { customsSpecCreate(input: [CustomsSpecCreateInput!]!): [CustomsSpec!]! }
Mutation.
customsSpecCreate
Create a new
CustomsSpec
objectArguments
input
[CustomsSpecCreateInput!]!
Required
Returns:
[CustomsSpec!]!
type Mutation { customsSpecCreate(input: [CustomsSpecCreateInput!]!): [CustomsSpec!]! }