getCardPacks
Get list of Card Packs
getCardPacks(
where: CardPackWhere
limit: Int
offset: Int
): [CardPack!]!
Arguments
getCardPacks.where ● CardPackWhere input
getCardPacks.limit ● Int scalar
Corresponds to the maximum number of items returned. Can be used in conjunction with “Offset” and “Order” to implement pagination.
getCardPacks.offset ● Int scalar
Corresponds to the number of items skipped before the first returned result. Can be used in conjunction with “Limit” and “Order” to implement pagination.
Type
CardPack object
Card Pack (language invariant)