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