You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More a question than an issue really
I'd like to know if it is possible to get graphql-faker to auto fake the whole schema ?
I have a sdl file from our API that I'd like to mock for tests purposes. If I load the file in graphql-faker it seems that I have to type @Fake(type: ...) in front of the fields I need to mock otherwise I get its type in the response. Can it mock the entire schema ?
Thanks
Vincent
The text was updated successfully, but these errors were encountered:
More a question than an issue really
I'd like to know if it is possible to get
graphql-faker
to auto fake the whole schema ?I have a
sdl
file from our API that I'd like to mock for tests purposes. If I load the file ingraphql-faker
it seems that I have to type @Fake(type: ...) in front of the fields I need to mock otherwise I get its type in the response. Can it mock the entire schema ?Thanks
Vincent
The text was updated successfully, but these errors were encountered: