graphql-testx icon indicating copy to clipboard operation
graphql-testx copied to clipboard

A GraphQL server for testing GraphQL applications or libraries based on Graphback

Results 4 graphql-testx issues
Sort by recently updated
recently updated
newest added

It would be nice if it could be possible to do something like this: ```ts new TestxServer(path.resolve(__dirname, 'schema.graphql')) ``` but because both the model definition and the file path are...

enhancement

Custom resolvers are defenitly a must-have from graphql-testsx, but the way in which we could implement them is still an open question. What we should have is the possibility to...

enhancement

Currently, the controller is capable of managing only one server, in my opinion, the controller should be able to manage multiple servers so that we will not have to start...

idea

Graphback 0.10.0-rc2 is not generating the resolvers for the relationships, therefore relationships are also broken in testx https://github.com/aerogear/graphback/issues/520

bug