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.

Project query.

Operation details

FieldValue
Nameproject
GroupProjects
TypeQuery
Signatureproject(input: GetProjectInput!): Project

Playground

Query

Query
query Project($input: GetProjectInput!) {
  project(input: $input) {
    id
    name
    slug
    description
    createdAt
    updatedAt
  }
}

Variables

Variables
{
  "input": {
    "id": ""
  }
}