Marius Aarsnes

Results 2 issues of Marius Aarsnes

This PR adds functionality to avoid cycles in the queries being generated in case there are cycles in the GraphQL schema definitions. Add an optional parameter `avoidCycles` which when set...

Create a method for converting duration object to milliseconds. The new `toMilliseconds` method uses the already existing `toSeconds` method, but also multiplies by 1000 to convert it to milliseconds instead...