UNPKG

apollo-codegen

Version:

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

19 lines (13 loc) 188 B
language: node_js # Allow Travis tests to run in containers. sudo: false node_js: - "6" - "4" cache: directories: - $HOME/.npm install: - npm install script: - npm test