File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const test = await graphqlLambdaRequest({
66
66
#### Options
67
67
68
68
| name| required| type| info|
69
- | ---| ---| ---| ---| --- |
69
+ | ---| ---| ---| ---|
70
70
| lambdaName| true| string| The lambda endpoint must provide an apollo server|
71
71
| region| true| string| |
72
72
| request| true| string| It must be a GraphQL query [ graphql-tag] ( https://github.com/apollographql/graphql-tag#readme ) |
@@ -103,7 +103,7 @@ const test = await graphqlHttpRequest({
103
103
#### Options
104
104
105
105
| name| required| type| info|
106
- | ---| ---| ---| ---| --- |
106
+ | ---| ---| ---| ---|
107
107
| uri| true| string| The http endpoint must provide an apollo server|
108
108
| region| true| string| |
109
109
| request| true| string| It must be a GraphQL query [ graphql-tag] ( https://github.com/apollographql/graphql-tag#readme ) |
You can’t perform that action at this time.
0 commit comments