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

Fix createConnectionField deprecation warnings #229

Merged
merged 3 commits into from
Jun 18, 2019

Conversation

jnak
Copy link
Collaborator

@jnak jnak commented Jun 15, 2019

@coveralls
Copy link

coveralls commented Jun 15, 2019

Coverage Status

Coverage increased (+0.2%) to 97.282% when pulling 1c5c8f8 on jnak:bug--warning into 9a0f740 on graphql-python:master.

Nabellaleen
Nabellaleen previously approved these changes Jun 17, 2019
@@ -224,6 +224,19 @@ class Meta:
assert pets_field.type().description == 'Overridden'


def test_invalid_model_attr():
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

FYI I had to add an unrelated test because coveralls thought incorrectly that the overall coverage went down without this.

@jnak jnak merged commit c89cf80 into graphql-python:master Jun 18, 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.

Documentation on connection_field_factory
3 participants