Skip to main content

PackageMutation

No description

type PackageMutation {
book(where: BookWhereInput): BookPayload
cancel(where: PackageCancelWhereInput): CancelPayload
}

Fields

PackageMutation.book ● BookPayload object

Mutation to confirm an option

PackageMutation.book.where ● BookWhereInput input

PackageMutation.cancel ● CancelPayload object

Mutation to cancel a confirmed booking

PackageMutation.cancel.where ● PackageCancelWhereInput input

Returned By

package mutation