Chris
Chris
Perhaps not, but it might be a feature for later.
Sounds good, but considering ongoing Windows support, we'd probably need to also add some platform inspection: `shell('echo %FOO%') if sys_platform == 'win32' else foo`
@evulse Glad to see someone working on support for this! One question though: Why is adding a new type to represent null values necessary? Couldn't we just do this using...
I don't think this library has built-in support for exporting GraphQL schema files, but you definitely don't need to write your schema twice. There are tools that can generate schemas...
Just want to chime in with my support: Thanks for creating this PR. It would be a huge help to me if this issue were resolved. If there's anything a...
How does this address experimental types? For example, consider the example currently in the RFC: ```graphql type Session { id: ID! title: String! # [...] startInstant: Instant @requiresOptIn(feature: "experimentalInstantApi") endInstant:...
I would include all types. Theoretically, a server could be clever and infer the required features for all types other than object, but I think asking SDL authors to explicitly...
Apologies for the late reply. If the board doesn't seem to be booting at all, it may be due to insufficient power. USB power can be a bit flaky. I...
In addition to the problems stated above, the impossibility of validating this before execution would prevent me from ever implementing this in a server. ```graphql mutation mut($varName: String!) { makeThing...
I haven't done this in several years, so I'm afraid all I can tell you is what's in the README: The files in ./prebuilt were produced by copying them from...