DEV

Mutation.

packagingOptionDelete

Allows an API consumer to delete an existing PackagingOption

Arguments

input

ID

No description

Returns:

Result

GraphQL
1
2
3
type Mutation {
  packagingOptionDelete(input: ID): Result
}

Was this page helpful?