Kyle
Kyle
Added in an additional argument called `settings` to allow for some additional customization. In this case, I added a `fullWidth` option allowing for the toast to expand full width of...
We have some dynamic sections where it's possible you could get in a state that an ID isn't present on the page but an onClick handler is still invoked. In...
Had use for a pause functionality and didn't want to have to go the route of a separate data store. This adds a `pausedJobs` method to retrieve all paused jobs...
## Feature request Currently `@skip` and `@include` directives only exist on the _field_ level, so we can't skip a top level query if there is a directive value set. ##...