From 8083ede6c72a7619a310eee92052645f8b1de39e Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Tue, 14 Aug 2018 17:11:43 -0700 Subject: [PATCH] Make breaking schema change --- src/lambda/graphql.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lambda/graphql.js b/src/lambda/graphql.js index 6138ad5..ab40fec 100644 --- a/src/lambda/graphql.js +++ b/src/lambda/graphql.js @@ -2,13 +2,13 @@ const { ApolloServer, gql } = require("apollo-server-lambda"); const typeDefs = gql` type Query { - hello: String + newField: String } `; const resolvers = { Query: { - hello: (root, args, context) => { + newField: (root, args, context) => { return "Hello, world!"; } } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy