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

Create an "echo" GraphQL server that can be used by provisioned dashboards to test obscure features #10

Open
retrodaredevil opened this issue Oct 26, 2024 · 0 comments

Comments

@retrodaredevil
Copy link
Member

This issues serves to document the progress of creating an echo server that can be used for testing purposes.

Both #7 and #9 have changes that are difficult to test. It would be beneficial to have a GraphQL server that can have simple queries that can:

  • Return the headers passed on the request
  • Give you the variables sent to the server, or even just echo values of a variable

With these (and possibly more) features, we would be able to create a dashboard that has some expected results that can tell us if something has failed.

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

No branches or pull requests

1 participant