Skip to main content

AcceptPersonInvitationPayload

Autogenerated return type of AcceptPersonInvitation.

type AcceptPersonInvitationPayload {
clientMutationId: String
loginIdentifier: String
loginIdentifierType: LoginIdentifierTypesEnum
status: String!
}

Fields

AcceptPersonInvitationPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

AcceptPersonInvitationPayload.loginIdentifier ● String scalar

The recently verified login identifier.

AcceptPersonInvitationPayload.loginIdentifierType ● LoginIdentifierTypesEnum enum

The type of login identifier verified.

AcceptPersonInvitationPayload.status ● String! non-null scalar

Result of the attempt to verification. A successful response means that the login identifier was verified.

Returned By

acceptPersonInvitation mutation