DEV

Mutation.

manifestLinesCreate

Creates new ManifestLines on an existing Manifest.

Arguments

Required

No description

manifestId

ID!

Required

No description
GraphQL
1
2
3
type Mutation {
  manifestLinesCreate(input: [ManifestLineInput!]!, manifestId: ID!): [ManifestLine!]!
}

Was this page helpful?