Anchor to UserErrorUser
objectUser Error
Represents an error in the input of a mutation.
Anchor to FieldsFields
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Configures the partner-managed payments gateway to work on the merchant's store. For an example of how to use the
mutation, refer to the tutorial for onboarding merchants to payments extensions.
- •mutation
Rejects an open payment session. After the
mutation completes on a given payment session, any
mutation attempts will fail. Subsequent
mutation attempts will succeed, but the
argument will be ignored.
- •mutation
Resolves an open payment session. After the
mutation completes on a given payment session, any
mutation attempts will fail. Subsequent
mutation attempts will succeed, but the
Details
argument will be ignored.
Was this section helpful?