images
Get all original images scoped to a company.
images(
after: String
before: String
companyId: ID!
filters: ImageFilterInput
first: Int
last: Int
): ImageConnection!
Arguments
images.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
images.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
images.companyId ● ID! non-null scalar common
images.filters ● ImageFilterInput input products
images.first ● Int scalar common
Returns the first _n_ elements from the list.
images.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
ImageConnection object common
The connection type for Image.