they remember variables from previous extension ca...
# prisma-whats-new
m
they remember variables from previous extension call ?
n
I have no idea what you're talking about 🙂 What is an extension?
m
sorry .. function
type: resolver
n
Nothing is cached across seperate invocations of a resolver functions, unless you specifically do so yourself.
m
each function call adding same element 'B'
specifically do so yourself.
how it's possible ?
n
for example if you store the data in Graphcool.
m
i'm define clear const variable in each function call
const arrayVar = ['a', 'b', 'c'];
n
please describe your situation here: https://www.graph.cool/forum/c/questions
m
ok tnx