Skip to main content
Remove Favorite mutation.

Operation details

FieldValue
NameremoveFavorite
GroupFavorites
TypeMutation
SignatureremoveFavorite(input: RemoveFavoriteInput!): Boolean!

Playground

Query

Query
mutation RemoveFavorite($input: RemoveFavoriteInput!) {
  removeFavorite(input: $input)
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}