tgriesser / cypress-graphql-mock

Adds commands for executing a mocked GraphQL server using only the client
171 stars 43 forks source link

WIP on better codegen types & inference #19

Open tgriesser opened 5 years ago

tgriesser commented 5 years ago

Working on better conventions for setting "mocks" globally and having type-inference on the base & operation mocks using a custom graphql-code-generator plugin.

haf commented 5 years ago

Related #22

BjoernRave commented 4 years ago

@tgriesser are you still working on this?

hsavit1 commented 2 years ago

@tgriesser any chance you'd like to finish this?