You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there.. so as always I'm still playing with the amazing Huncwot and this time it was with GraphQl.. although I wasn't able to achieve much with it. First, let us start with this code.
Starting by GraphQl
_how can I import it with Huncwot ?
_and how can I initialize the Server (ApolloServer / Huncwot server) with context and schema in it?
So basically these lines of code are what still confusing to me
const { ApolloServer, gql } = require{'apollo-server'}; I want to import Huncwot's GraphQl const server = new ApolloServer({context, schema}) I want Huncwot server({}) and to listen to it.
I don't know if what I'm trying to achieve makes sense or not and if it is clear and possible.
Anyway, for me this is just the beginning of my journey with Graphql on Huncwot and probably there will be more to come.
Thanks again and best regards.
The text was updated successfully, but these errors were encountered:
Hello there.. so as always I'm still playing with the amazing Huncwot and this time it was with GraphQl.. although I wasn't able to achieve much with it. First, let us start with this code.
Starting by GraphQl
_how can I import it with Huncwot ?
_and how can I initialize the Server (ApolloServer / Huncwot server) with context and schema in it?
So basically these lines of code are what still confusing to me
const { ApolloServer, gql } = require{'apollo-server'};
I want to import Huncwot's GraphQlconst server = new ApolloServer({context, schema})
I want Huncwot server({}) and to listen to it.I don't know if what I'm trying to achieve makes sense or not and if it is clear and possible.
Anyway, for me this is just the beginning of my journey with Graphql on Huncwot and probably there will be more to come.
Thanks again and best regards.
The text was updated successfully, but these errors were encountered: