INPUT_OBJECT

ImageOptions

link GraphQL Schema definition

1input ImageOptions {
4
2# The height of the image in pixels.
3height: Int
7
5# The width of the image in pixels.
6width: Int
8}

link Required by

This element is not required by anyone