Bruno Santos
Bruno Santos
It would be nice to have a way to select which root type(s) from queryType/mutationType/subscriptionType should the command focus when given an option. For example, something like: ```bash get-graphql-schema -t...
#### Expected behaviour Should allow headers with spaces This might actually be an anti-pattern since white spaces should not be allowed in header names: [RFC7230](https://tools.ietf.org/html/rfc7230#page-22), section 3.2.4 stated that “No...
The following line is failing to remove the file from the server: ```typescript this.solidFileClient.deleteFile(`${this.baseUrl}/private/photo1.png`); ``` And I get the error: ```text zone-evergreen.js:1068 HEAD https://my.inrupt.net/private/photo1.png.acl net::ERR_ABORTED 403 (All Required Access Modes...