INPUT_OBJECT
UploadResourceInput
Upload resource
link GraphQL Schema definition
- input UploadResourceInput {
- # A short description for the resource.
- String :
- # Is equirectangular 360 image. Only used for images.
- Boolean :
- # The file name
- String! :
- # The file hash
- String! :
- # Id of file. Optional. Provide in case you want to update existing file
- UUID :
- # The position of the resource. Only used for images.
- Int :
- # Is the resource private?
- Boolean! :
- # The type of the resource.
- Resource! :
- }