skuAssociations
Reads a set of SkuAssociation
.
skuAssociations(
filter: SkuAssociationFilter
first: Int
offset: Int
orderBy: [SkuAssociationOrderBy!]
): [SkuAssociation!]
Arguments
skuAssociations.filter
● SkuAssociationFilter
input
A filter to be used in determining which values should be returned by the collection.
skuAssociations.first
● Int
scalar
Only read the first n
values of the set.
skuAssociations.offset
● Int
scalar
Skip the first n
values.
skuAssociations.orderBy
● [SkuAssociationOrderBy!]
list enum
The method to use when ordering SkuAssociation
.