Skip to main content

ImageAttributes

No description

1
type ImageAttributes {
2
default: ImageTagAttributes!
3
size(
4
name: String!
5
): ImageSizeAttributes
6
sizes(
7
names: [String!]
8
): [ImageSizeAttributes!]!
9
file: StorageItem
10
}

Fields

default ● ImageTagAttributes! non-null object common

size ● ImageSizeAttributes object common

name ● String! non-null scalar common

sizes ● [ImageSizeAttributes!]! non-null object common

names ● [String!] list scalar common

file ● StorageItem object common

Member Of