Skip to main content
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": ""
  }
}