Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

How do you filter? #42

Closed
steinnat opened this issue Nov 28, 2018 · 1 comment
Closed

How do you filter? #42

steinnat opened this issue Nov 28, 2018 · 1 comment

Comments

@steinnat
Copy link

steinnat commented Nov 28, 2018

I know that with graphene Django you can use filter fields but, what about if were using NDBObjectType
is there a way to still use filters??

class SearchPropertyType(NdbObjectType):
class Meta:
model = SearchPropertyModel
fields = ["points"]
interfaces = (relay.Node,)

@steinnat
Copy link
Author

exclude_fields = [] works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant