Skip to main content

ResumeAccountMembershipInput

No description

input ResumeAccountMembershipInput {
accountMembershipId: ID!
consentRedirectUrl: String!
}

Fields

ResumeAccountMembershipInput.accountMembershipId ● ID! non-null scalar

Unique identifier of a given account membership to resume

ResumeAccountMembershipInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member Of

resumeAccountMembership mutation