OBJECT
SupportingResourceVersion
A version of a supporting resource
link GraphQL Schema definition
- type SupportingResourceVersion {
- # field :name, String, null: true, description: "Name of the version"
- #
- # The label describing the file version e.g. jpg_rgb_250h
- : String!
- # The format e.g. .png or .jpg
- : String
- # The file size of the file, in bytes
- : Int
- # The height of the file, in pixels
- : Int
- # An MD5 hash of the file, for comparison purposes
- : String
- # The file name
- : String
- # A SHA-256 hash of the file, for comparison purposes
- : String
- # The public URL of the supporting resource version
- : String
- # The width of the file, in pixels
- : Int
- }