Asset
No description
type Asset {
createdAt: DateTime!
handle: String!
height: Float
id: Int!
mimeType: String!
name: String
size: Float!
type: AssetType!
updatedAt: DateTime!
url: String!
width: Float
}
Fields
Asset.createdAt
● DateTime!
non-null scalar
Asset.handle
● String!
non-null scalar
Asset.height
● Float
scalar
Asset.id
● Int!
non-null scalar
Asset.mimeType
● String!
non-null scalar
Asset.name
● String
scalar
Asset.size
● Float!
non-null scalar
Asset.type
● AssetType!
non-null enum
Asset.updatedAt
● DateTime!
non-null scalar
Asset.url
● String!
non-null scalar
Asset.width
● Float
scalar
Member Of
ProfileData
object