We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we would benefit from having:
Also some existing relationships are missing their inverses:
card
card_cycle
card_set
card_pool
printing
card_subtype
restriction
format
card_type
snapshot
I don't know if all/any of these need implementing, but I think this is all of the missing ones.
The text was updated successfully, but these errors were encountered:
Completed already:
still missing:
Sorry, something went wrong.
No branches or pull requests
I think we would benefit from having:
Also some existing relationships are missing their inverses:
card
does not have a hasMany relationship back tocard_cycle
card_cycle
,card_set
, andcard
do not have a relationship back tocard_pool
card
does not have a relationship back tocard_set
printing
does not have a relationship back tocard_subtype
restriction
does not have a relationship back toformat
(I'm not sure if this would be a hasMany or hasOne relationship)card_type
does not have a relationship back toprinting
card
andrestriction
do not have a relationship back tosnapshot
I don't know if all/any of these need implementing, but I think this is all of the missing ones.
The text was updated successfully, but these errors were encountered: