Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: basic mock #37

Closed
wants to merge 3 commits into from
Closed

feat: basic mock #37

wants to merge 3 commits into from

Conversation

nohehf
Copy link
Member

@nohehf nohehf commented Sep 23, 2022

Description

Fixes #33

Generates a basic response example for each query. Not perfect for now but useful however as it generates a base that can be manually extended by the users. Improvements will be made.

Stuck: example responses are ok in the collection, however, when generating a mock server with postman it doesn't pick up the correct example for the request. I believe that could be an issue on Postman side, will investigate in #33 before merging.

Checklist:

  • I have performed a self-review of my own code
  • I have ran deno task ci to ensure that my code is formatted and linted.
  • I have linked the related issue (if there is no related issue please
    create one)
  • I have added tests if applicable (needs tests to be ready)

@nohehf
Copy link
Member Author

nohehf commented Feb 9, 2023

Closing the PR as the is stuck as long as postman won't fix the imports: see #33.

@nohehf nohehf closed this Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate mock responses for mutations and queries.
1 participant