After attempting to run through CLI npx swagger-to-graphql --swagger-schema=/path/to/swagger_schema.json > ./types.graphql I get the error: Cannot find module 'graphql' Even after npm install graphql --save