Operation details
| Field | Value |
|---|---|
| Name | createProjectResource |
| Group | Project Primitives |
| Type | Mutation |
| Signature | createProjectResource(input: CreateProjectResourceInput!): ProjectResourceDocument! |
Playground
Query
Query
mutation CreateProjectResource($input: CreateProjectResourceInput!) {
createProjectResource(input: $input) {
id
title
description
editMode
pattern
source
}
}
Variables
Variables
{
"input": {
"projectId": "",
"id": "",
"pattern": "",
"description": ""
}
}