Ernest Hayford
Ernest Hayford
I'll like to say you have done an awesome work. I'm a bit new to GraphQL and I wanted to know what if you already had a generated schema and...
``` const { graphql, GraphQLSchema, GraphQLObjectType, GraphQLString } = 'https://raw.githubusercontent.com/adelsz/graphql-deno/v15.0.0/mod.ts' const schema = new GraphQLSchema({ Query: new GraphQLObjectType({ name: 'Query', fields: () => ({ hello: { type: GraphQLString, resolve: ()...
Thanks very much, bro you are a lifesaver 😄.