Skip to main content
object

Requires read_gift_cards access scope.

Represents an error that happens during the execution of a gift card mutation.

•GiftCardErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Create a gift card.

Arguments

•GiftCardCreateInput!required

The input fields to create a gift card.


Fields

•GiftCard

The created gift card.

•String

The created gift card's code.

•[GiftCardUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?