Skip to main content

CreatePlaceholderAccountInput

Legacy input for createPlaceholderAccount: names the placeholder role to create and provisions its own profile and workspace account.

input CreatePlaceholderAccountInput {
placeholderRole: String!
accordId: String!
role: String!
internal: Boolean
}

Fields

CreatePlaceholderAccountInput.placeholderRole ● String! non-null scalar

CreatePlaceholderAccountInput.accordId ● String! non-null scalar

CreatePlaceholderAccountInput.role ● String! non-null scalar

CreatePlaceholderAccountInput.internal ● Boolean scalar

Member Of

createPlaceholderAccount mutation