pbCycleJoinCode

Retrieves the join code metadata of a PB Cycle and the PBCycle public data to help the client know to what PB Cycle the logged user is joining.

pbCycleJoinCode(
joinCode: String!
): PBCycleJoinCode!

Arguments#

joinCode (String!)#

The invitation token provided when the invitation was created.

Type#

PBCycleJoinCode#

An object that represents the code to join a PB Cycle. Contains public data and metadata of the join code. In a client application this code should become a link to click for the user.