File
No description
type File {
url: String!
contentType: String
}
Fields
File.url
● String!
non-null scalar
The URL of the file.
File.contentType
● String
scalar
Content type of the file.
Member of
AttributeValue
object ● FileUpload
object