VM
Size: a a a
VM
VM
MD
MD
VM
RS
GET products?fields=name,customerId
GET products?fields=customerId,name
GET products?fields=customerId,name,id
{
product(id: “foo”) {
id
name
description
color
attributes
}
}
{
product(id: “foo”) {
name
description
color
attributes
somethingNew # new field!
}
}
{
product(id: “foo”) {
somethingNew # new field!
}
}
VM
а
GET products?fields=name,customerId
GET products?fields=customerId,name
GET products?fields=customerId,name,id
{
product(id: “foo”) {
id
name
description
color
attributes
}
}
{
product(id: “foo”) {
name
description
color
attributes
somethingNew # new field!
}
}
{
product(id: “foo”) {
somethingNew # new field!
}
}
VM
а
GET products?fields=name,customerId
GET products?fields=customerId,name
GET products?fields=customerId,name,id
{
product(id: “foo”) {
id
name
description
color
attributes
}
}
{
product(id: “foo”) {
name
description
color
attributes
somethingNew # new field!
}
}
{
product(id: “foo”) {
somethingNew # new field!
}
}
VM
RS
RS
RS
MD
MD
RS
RS
MD
RS