UNPKG

apollo-codegen

Version:

Generate API code or type annotations based on a GraphQL schema and query documents

24 lines (17 loc) 271 B
language: node_js # Allow Travis tests to run in containers. sudo: false node_js: - "6" - "8" cache: directories: - $HOME/.npm before_install: - npm install -g npm@5 - npm --version install: - npm install script: - npm test - npm run test:smoke