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

Operation details

FieldValue
NameprojectResource
GroupProject Primitives
TypeQuery
SignatureprojectResource(input: ProjectResourceInput!): ProjectResource

Playground

Query

Query
query ProjectResource($input: ProjectResourceInput!) {
  projectResource(input: $input) {
    id
    title
    description
    pattern
    sourcePath
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "resourceId": ""
  }
}