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

Save responses and subscriptions #3

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

terhechte
Copy link
Owner

This adds the following to the debug facilities

  • Responses to graphql requests (e.g. queries, mutations)
  • GraphQL Subscription events
  • Responses to GraphQL subscription events

terhechte and others added 30 commits March 23, 2022 10:17
This commit does a couple more things:
- It adds a (wip) way of connecting to WebSockets via NWNetworking because, according to Apple's authority on
  all things network - Quinn The Eskimo - URLSession based websockets have lots of issues while NWNetworking
  has none: https://developer.apple.com/forums/thread/653599
- It fixes a bug that caused the app to go into an infinite loop draining the users battery as soon as the
  connection to the websocket went away.
Fix to make the project build again
When endpoint is not specified, read introspection from stdin
multiple changes to make sure a connection_error or a connection_term…
the bad resolution of the filename caused queries to be overridden
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.

3 participants