Operation details
| Field | Value |
|---|---|
| Name | createProjectPrompt |
| Group | Project Primitives |
| Type | Mutation |
| Signature | createProjectPrompt(input: CreateProjectPromptInput!): ProjectPromptDocument! |
Playground
Query
Query
mutation CreateProjectPrompt($input: CreateProjectPromptInput!) {
createProjectPrompt(input: $input) {
id
name
description
content
editMode
source
}
}
Variables
Variables
{
"input": {
"projectId": "",
"id": "",
"content": ""
}
}