Jake Dawkins
Jake Dawkins
**Intended outcome:** If a `localSchemaFile` is defined, it will take precedent and load schema from the file, regardless of whether or not an engine schema is found. **Actual outcome:** the...
It would be useful to have the ability to change arguments that get passed down the chain to other instances of `Style`. I named this `setArgs` for clarity as to...
The apollo config now supports using multiple `localSchemaFile`s in the config file! This PR updates the docs for configuring apollo projects to reflect that. Note: the name is purposefully `localSchemaFile`...
We noticed recently that when we built a query and accidentally added a query variable, and then passed that variable as an argument to a field in an operation that...
(Note this is largely a regurgitation of things noted in a meeting of the Rover team) There are a few things that we think could be made better about our...
Previously, if a client project was using a `localSchemaFile` to write operations against but _also_ had a `.env` file with an `APOLLO_KEY` defined, the language server would try to load...
Is this something you'd be interested in having me add, or is the point of the API docs section to be concise? I was thinking maybe a simple, 3-4 line...
Right now, we're using a `btn--small@next` class to style a small button. Once #1541 is resolved, we need to 1. Rename the style from `btn--small@next` to `btn--small` 2. Change the...
Right now, our `btn--small` class is a little misleading in its naming 1. We need to create a primary-dark button 2. Rename all btn--small instances to the new styles