Skip to content
familyInviteQuery
familyInvite(token: String!): FamilyInvite

Look up a pending co-guardian invitation by its secret token, to preview who invited the viewer and to which household before accepting. Returns null for an unknown, expired, or already-resolved token.

Arguments

tokenString!

Returns

FamilyInvite

See FamilyInvite for the full shape.

Try it

Example
Query
query FamilyInvite($token: String!) {
  familyInvite(token: $token) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
familyInvite