INPUT_OBJECT

UploadResourceInput

Upload resource

link GraphQL Schema definition

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

link Require by