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 Search query.

Operation details

FieldValue
NameprojectSearch
GroupProjects
TypeQuery
SignatureprojectSearch(input: SearchProjectsInput): ProjectsConnection

Playground

Query

Query
query ProjectSearch($input: SearchProjectsInput) {
  projectSearch(input: $input) {
    data {
        id
        name
        slug
        description
        createdAt
        updatedAt
      }
  }
}

Variables

Variables
{}