-
Notifications
You must be signed in to change notification settings - Fork 98
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 LinkableElementUnion
and use it in WhereFilterSpec
#1337
Conversation
60396be
to
5e910ac
Compare
1fc9566
to
21a7a17
Compare
5e910ac
to
2cba144
Compare
21a7a17
to
554a820
Compare
LinkableElement
-related classes to use tuplesLinkableElementUnion
and use it in WhereFilterSpec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
linkable_spec_set: LinkableSpecSet | ||
|
||
# def __init__(self, *args, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to leave this in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch - removed.
2cba144
to
42ea1eb
Compare
554a820
to
d57898e
Compare
e71a515
to
9ace719
Compare
d57898e
to
c65a1ea
Compare
c65a1ea
to
f8a2283
Compare
… and use it in `WhereFilterSpec`.
f8a2283
to
261ab95
Compare
As a part of making
WhereFilterSpec
serializable, this updates the fieldWhereFilterSpec.linkable_elements
to be a union type that is supported by the serializer.