hey guys, if I wanted to follow a tutorial about h...
# prisma-whats-new
a
hey guys, if I wanted to follow a tutorial about how to create a react native app with graphcool, where should I begin?
g
graphcool will function as a backend graphQL server to your react-native app. So, you can use apollo-client on the frontend to query your graphcool service. Hence, you should actually be searching for
how to use apollo-client in a react native app
a
ok, does graphcool provide a tutorial, though?