acceptFamilyInviteMutation
Accept a co-guardian invitation by its secret token. The viewer must be signed in with the email the invite was sent to; on success they join the family with the invited role.
Arguments
tokenString!Returns
See AcceptFamilyInviteResult for the full shape.
Try it
Example
Query
mutation AcceptFamilyInvite($token: String!) {
acceptFamilyInvite(token: $token) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlacceptFamilyInvite