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 By Slug query.

Operation details

FieldValue
NameprojectBySlug
GroupProjects
TypeQuery
SignatureprojectBySlug(input: GetProjectBySlugInput!): Project

Playground

Query

Query
query ProjectBySlug($input: GetProjectBySlugInput!) {
  projectBySlug(input: $input) {
    id
    name
    slug
    description
    createdAt
    updatedAt
  }
}

Variables

Variables
{
  "input": {
    "slug": ""
  }
}