Skip to main content
Module

x/graphql_http/deno.json

GraphQL client and handler compliant with GraphQL over HTTP specification
Go to Latest
File
{ "tasks": { "test": "deno test --ignore=node_modules --import-map=_test_import_map.json --doc --coverage=coverage" }, "fmt": { "files": { "exclude": ["node_modules", "npm", "CHANGELOG.md"] } }, "lint": { "files": { "exclude": ["node_modules", "npm", "CHANGELOG.md"] } }}