graphql-dynamodb-example
graphql-dynamodb-example copied to clipboard
Is there an error in get-graphql
I found both the article and this repo hugely helpful! Thank you for creating it.
In get-index, there are two exports graphqlHandler
and handler
and it seems the first one is an error (it adds CORS and uses graphqlLambda
function and schema that doesn't exist.
Am I correct, or is it used in non-offline mode? Thanks!