Skip to content
removeFavoriteMutation
removeFavorite(favorite: FavoriteTargetInput!): RemoveFavoriteResult!

Remove a business, staff member, or activity from the authenticated user's favorites. Idempotent — removing a favorite that isn't set is a no-op.

Arguments

Returns

RemoveFavoriteResult!

See RemoveFavoriteResult for the full shape.

Try it

Example
Query
mutation RemoveFavorite($favorite: FavoriteTargetInput!) {
  removeFavorite(favorite: $favorite) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
removeFavorite