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

Operation details

FieldValue
NameprojectByDomain
GroupProjects
TypeQuery
SignatureprojectByDomain(input: GetProjectByDomainInput!): Project

Playground

Query

Query
query ProjectByDomain($input: GetProjectByDomainInput!) {
  projectByDomain(input: $input) {
    id
    name
    slug
    description
    createdAt
    updatedAt
  }
}

Variables

Variables
{
  "input": {
    "domain": ""
  }
}