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

Support List of GenericReferenceField #83

Conversation

arunsureshkumar
Copy link
Collaborator

List of GenericReferenceField support is added.

@coveralls
Copy link

coveralls commented Apr 23, 2019

Pull Request Test Coverage Report for Build 264

  • 3 of 4 (75.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 96.627%

Changes Missing Coverage Covered Lines Changed/Added Lines %
graphene_mongo/converter.py 3 4 75.0%
Totals Coverage Status
Change from base Build 263: -0.2%
Covered Lines: 401
Relevant Lines: 415

💛 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Apr 23, 2019

Pull Request Test Coverage Report for Build 264

  • 3 of 4 (75.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 96.627%

Changes Missing Coverage Covered Lines Changed/Added Lines %
graphene_mongo/converter.py 3 4 75.0%
Totals Coverage Status
Change from base Build 263: -0.2%
Covered Lines: 401
Relevant Lines: 415

💛 - Coveralls

@abawchen
Copy link
Collaborator

@arunsureshkumar : 👍

Would you please add corresponding test cases? At least In test_converter, test_query and test_relay_query.

Arun S Kumar added 4 commits April 24, 2019 15:54
Example:

class Employee(MongoengineObjectType):
    class Meta:
        model = EmployeeModel
        interfaces = (Node,)
        filter_fields = {
            'name': ['exact', 'icontains', 'istartswith']
        }
Example:

class Employee(MongoengineObjectType):
    class Meta:
        model = EmployeeModel
        interfaces = (Node,)
        filter_fields = {
            'name': ['exact', 'icontains', 'istartswith']
        }
@abawchen
Copy link
Collaborator

@arunsureshkumar
Thanks for initiation, and I have finished in #130

@abawchen abawchen closed this Feb 24, 2020
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.

None yet

3 participants