Skip to main content

RegisterParticipantInput

Input for registering a participant to a bill split.

input RegisterParticipantInput {
billId: String!
email: String!
joinToken: String!
name: String!
}

Fields

RegisterParticipantInput.billId ● String! non-null scalar

The bill ID to join

RegisterParticipantInput.email ● String! non-null scalar

Participant email address

RegisterParticipantInput.joinToken ● String! non-null scalar

The join token for the bill

RegisterParticipantInput.name ● String! non-null scalar

Participant display name

Member Of

registerParticipant mutation