-
-
Thanks for creating the library! jsonref is able to resolve the recursive references but it's impossible to serialize the resolved schema since it includes circular references as follows:
```
ppri…
-
Similar to the `--local-schemas` flag, it would be very useful to be able to pass an http address (such as a Github repo, for example) containing the schema.
This can done using a separate flag, or…
-
Hey,
At Dailykit, we're using Hasura to power our backend requirements completely and have done some remote schemas to be used with Hasura.
We have following remote schemas available which are o…
-
### Module
Core
### Proposal
Can't use ssh connect for remote docker deamon in testcontainers.properties - only support schemas - unix, npipe and tcp
Now I get message "Unsupported protocol scheme:…
-
**Is your feature request related to a problem? Please describe.**
I don't want to have to manually update the schema.graphql file.
**Describe the solution you'd like**
Add `RemoteSchemaURL` to …
-
Code
```javascript
import FastestValidator from 'fastest-validator';
const v = new FastestValidator();
const check = v.compile({
id: { type: 'number', max: 'console.log("ALERT")' }
});
ch…
-
**Describe the bug**
If the tested schema consists of multiple files, then Schemathesis will inline components only from the root schema, which is insufficient if parameter schemas contain references…
-
When writing GraphQL Schemas, we use a _.gql_ file to enable highlighting and auto completing. But if there are other services exposes a graphql schema, we currently do not have a way to reference it …
-
It seems that including and importing remote schema isn't supported. Bunches of empty "importing message" are printed on screen, and nothing is generated.
So I've made some change to the PHP and XSL …