claimBusinessMutation
Take ownership of a concierge-built business via a claim token. Requires an authenticated viewer (sign-in/account creation happens first on the claim landing page). Transfers businesses.ownerId to the viewer, adds them as a staff member, and marks the claim claimed. Rejects unknown, expired, already-claimed, or revoked tokens.
Arguments
tokenString!Returns
See ClaimBusinessResult for the full shape.
Try it
Example
Query
mutation ClaimBusiness($token: String!) {
claimBusiness(token: $token) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlclaimBusiness