OBJECT

ProjectCoverImageSizes

link GraphQL Schema definition

1type ProjectCoverImageSizes {
2
3size_115: ImageRendition
4
5size_115_opt: ImageRendition
6
7size_115_webp: ImageRendition
8
9size_202: ImageRendition
10
11size_202_opt: ImageRendition
12
13size_202_webp: ImageRendition
14
15size_230: ImageRendition
16
17size_230_opt: ImageRendition
18
19size_230_webp: ImageRendition
20
21size_404: ImageRendition
22
23size_404_opt: ImageRendition
24
25size_404_webp: ImageRendition
26
27size_808: ImageRendition
28
29size_808_opt: ImageRendition
30
31size_808_webp: ImageRendition
32
33size_max_808: ImageRendition
34
35size_max_808_opt: ImageRendition
36
37size_max_808_webp: ImageRendition
38
39size_original: ImageRendition
40
41size_original_opt: ImageRendition
42
43size_original_webp: ImageRendition
44
45}