Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 20dd82c

Browse files
author
sw-yx
committed
add apollo brand
1 parent 622b732 commit 20dd82c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
name: "graphql-gateway",
3-
description: "GraphQL Gateway stitching schemas from other GraphQL Functions!"
3+
description:
4+
"Apollo Server Lambda Gateway stitching schemas from other GraphQL Functions!"
45
};

src/functions-templates/js/graphql-gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-gateway",
33
"version": "1.0.0",
4-
"description": "netlify functions:create - GraphQL Gateway stitching schemas from other GraphQL Functions!",
4+
"description": "netlify functions:create - Apollo Server Lambda Gateway stitching schemas from other GraphQL Functions!",
55
"main": "graphql-gateway.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)