familyInviteQuery
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
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/graphqlfamilyInvite