# DEPRECATED

Please use the new rover utility in CI / CD
https://github.com/theorchard/graphql-rover-utility

# apollo-rover

This package includes scripts for doing checks and publishing graphql changes to the federated graph.

## How to use

Modify your package.json to contain the following commands.

```json
{
    ...

    "scripts":{
        ...

        "apollo:rover:check": "yarn apollo-rover check",
        "apollo:rover:publish": "yarn apollo-rover publish"
    }
}
```
