RegisterParticipant
Register a participant to a bill split.
This mutation allows anonymous users to register for a bill split by providing a valid join_token along with their name and email.
type RegisterParticipant {
participant: BillParticipant
success: Boolean!
}
Fields
RegisterParticipant.participant ● BillParticipant object
RegisterParticipant.success ● Boolean! non-null scalar
Returned By
registerParticipant mutation