S
Size: a a a
S
U
S
Y
VR
Y
VR
EA
ДР
export default {
test: 'Hello',
history: [
{
id: 0,
up: false,
},
{
id: 1,
up: false,
}
]
}
<Query
query={gql`
{
history @client // {}
test @client // ’Hello’
}
`}
>
NL
AB
P@
P@
NL
NL
AK
export default {
test: 'Hello',
history: [
{
id: 0,
up: false,
},
{
id: 1,
up: false,
}
]
}
<Query
query={gql`
{
history @client // {}
test @client // ’Hello’
}
`}
>
ДР
АР
U
EA