Mirror: The spec-compliant minimum of client-side GraphQL.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 0ce16030f5c5b2b066439c8c7b4091c6e3a9c8a6 16 lines 355 B view raw
1{ 2 "name": "benchmark", 3 "private": true, 4 "version": "1.0.0", 5 "main": "suite.js", 6 "license": "MIT", 7 "scripts": { 8 "start": "NODE_ENV=production benchr suite.js" 9 }, 10 "dependencies": { 11 "benchr": "4.3.0", 12 "graphql15": "npm:graphql@^15.8.0", 13 "graphql16": "npm:graphql@^16.6.0", 14 "graphql17": "npm:graphql@^17.0.0-alpha.2" 15 } 16}