trustfall
trustfall copied to clipboard
A query engine for any combination of data sources. Query your files and APIs as if they were databases!
The following schema will raise a `SchemaParseError` if put at the top of a schema file ```graphql """ This is a multiline comment """ schema { query: RootQuery } #...
I have some issues with some of my queries failing because their type coercion cannot be marked as `@optional`, and also because they cannot have sibling fields (both are defined...
Many of the error messages carry line/column numbers, if not outright spans. Include the line number in the error message text displayed to the user, improving upon #288 and #289.
Hello! I'm trying to use trustfall to query my filesystem and find directories/files with certain properties (in this case, folders whose name is "target"). To do this right now I...
Would be great to have some examples of what it does.
This would allow for only taking the first entry in an iterator, or only taking two, or whatever. This is already possible at the root vertex because you decide how...
We'll eventually want to allow schemas to define custom scalar types, custom filters for both built-in and custom scalar types, and custom transform operations on properties of all types. This...