state:
RefundSessionStates! -
Details about the refund state.
Connections
Related queries
Related mutations
refundSessionReject
Rejects an open refund session.
After the `refundSessionReject` mutation completes on a given refund session, any
`refundSessionResolve` mutation attempts will fail. Subsequent `refundSessionReject`
mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored.
refundSessionResolve
Resolves an open refund session.
After the `refundSessionResolve` mutation completes on a given refund session, any
`refundSessionReject` mutation attempts will fail. Subsequent `refundSessionResolve`
mutation attempts will succeed, but the `Details` argument will be ignored.