PR-131297: removing express-graphql and use instead graphql-http, removing GraphiQL because of the lack of express middleware.

This commit is contained in:
2023-03-23 20:17:50 +00:00
parent 8e5b26ce96
commit 6a3458e022
7 changed files with 239 additions and 316 deletions

View File

@ -2,8 +2,6 @@
ENV=
#WHITELIST URLS Default to http://localhost
WHITELIST_URLS=
#GRAPHIQL Default to "false"
GRAPHIQL=
#PLAYGROUND GRAPHQL Default to "false"
PLAYGROUND_GRAPHQL=
# PORT EXPOSE APP Default to 4000