Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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": ""
  }
}