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.

Toggle Favorite mutation.

Operation details

FieldValue
NametoggleFavorite
GroupFavorites
TypeMutation
SignaturetoggleFavorite(input: ToggleFavoriteInput!): ToggleFavoriteResult!

Playground

Query

Query
mutation ToggleFavorite($input: ToggleFavoriteInput!) {
  toggleFavorite(input: $input) {
    isFavorite
    projectId
  }
}

Variables

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