Skip to main content
Project Prompts query.

Operation details

FieldValue
NameprojectPrompts
GroupProject Primitives
TypeQuery
SignatureprojectPrompts(input: ProjectPromptsInput!): [ProjectPrompt!]!

Playground

Query

Query
query ProjectPrompts($input: ProjectPromptsInput!) {
  projectPrompts(input: $input) {
    id
    name
    description
    sourcePath
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}