VS
Size: a a a
VS
A
A
A
Д
query packages {
packages(min_count: 50, max_count: 100, order_by: [price]) {
id
game {
id
title
}
count
price
is_active
most_popular
top_pack
}
}
type Package {
id: ID!
game: Game! @belongsTo(relation: "game")
count: Int!
price: Float!
is_active: Boolean!
top_pack: Boolean!
most_popular: Boolean!
package_with_bonus(bonus_code: String): PackageWithBonus @method(name: "packageWithBonusResolver")
serial_number: Int
}
Д
R
R
Д
A
A
R
Д
R
Д
R
A
A
A
R