Thomas Wiss
Thomas Wiss
# Description Currently, the Toolbox can not be used in Safari because of a lack of support for [lookbehind](https://caniuse.com/js-regexp-lookbehind). This PR splits the Duration regex into several smaller regexes.
# Description This PR replaces the current icon and favicon with the newly designed logo for the Toolbox. Several icon sizes and formats are provided when it is needed for...
**Describe the bug** Customer issue, see Trello card with the same title. Queries written in my GraphQL schema using the @cypher directive take significantly longer to retrieve data versus the...
**Is your feature request related to a problem? Please describe.** Note: This was raised on [Discord](https://discord.com/channels/787399249741479977/818578492723036210/984362176393392138). Given this type definition: ```graphql type Thing { name: String! } type Actor {...
Some of the automatically generated parts of the augmented schema, for instance the LT and LTE filters, are sparsely described in the schema itself. Suggestion: Improve this by adding a...
This is still WIP! Show the executed cypher and its params for each query.
In a setting with a version we would like a counter which is automatically updated for each new node. This could potentially be included in the `@id` directive.
As discussed earlier, adding the code scanning GHA to the (nightly) dev workflow. Also I forgot to add the code scanning GHA to the quality gate.