removeFavoriteMutation
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
favoriteFavoriteTargetInput!Returns
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/graphqlremoveFavorite