Skip to content
acceptFamilyInviteMutation
acceptFamilyInvite(token: String!): AcceptFamilyInviteResult!

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

AcceptFamilyInviteResult!

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/graphql
acceptFamilyInvite