Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create file upload URL mutation.
| Field | Value |
|---|---|
| Name | createFileUploadUrl |
| Group | Files |
| Type | Mutation |
| Signature | createFileUploadUrl(input: CreateFileUploadUrlInput!): CreateFileUploadUrlPayload! |
mutation CreateFileUploadURL($input: CreateFileUploadUrlInput!) {
createFileUploadUrl(input: $input) {
filePath
fileUploadUrl
}
}
{
"input": {
"filePath": ""
}
}