Skip to main content

AddAccountMembershipsInput

Inputs to add a new account membership

input AddAccountMembershipsInput {
accountId: ID!
memberships: [MembershipInfoInput!]!
consentRedirectUrl: String!
}

Fields

AddAccountMembershipsInput.accountId ● ID! non-null scalar

Unique identifier of a given account

AddAccountMembershipsInput.memberships ● [MembershipInfoInput!]! non-null input

Memberships to add to the account

AddAccountMembershipsInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member Of

addAccountMemberships mutation