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

Add watch option to graphql_schema #656

Merged
merged 2 commits into from
Jun 10, 2019

Conversation

emilgoldsmith
Copy link
Contributor

I wanted this for my project, so contributing back my changes :). Look forward to hearing your feedback

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 92.683% when pulling 044d86f on emilgoldsmith:master into 0916e03 on graphql-python:master.

@coveralls
Copy link

coveralls commented Jun 5, 2019

Coverage Status

Coverage decreased (-0.04%) to 92.683% when pulling 0aa1046 on emilgoldsmith:master into 0916e03 on graphql-python:master.

@changeling
Copy link
Contributor

This is a great addition. Thanks for taking the time.

"_debug": {
"sql": [{"rawSql": str(Reporter.objects.order_by("pk")[:1].query)}]
},
"_debug": {"sql": [{"rawSql": str(Reporter.objects.order_by("pk")[:1].query)}]},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just because I ran make format by the way

Copy link
Member

@jkimbo jkimbo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome!

@jkimbo jkimbo merged commit fcc491f into graphql-python:master Jun 10, 2019
@jkimbo jkimbo mentioned this pull request Jul 9, 2019
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.

5 participants