You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Graphene gets mad if you put any attributes on an ObjectType besides Arguments, Fields, resolver methods, and class Meta (and maybe some more stuff I don't know about).
Since defining another type of attribute on an ObjectType throws a runtime error, it would be useful if it threw one at compile time as well.
The text was updated successfully, but these errors were encountered:
Graphene gets mad if you put any attributes on an
ObjectType
besidesArgument
s,Field
s, resolver methods, andclass Meta
(and maybe some more stuff I don't know about).Since defining another type of attribute on an
ObjectType
throws a runtime error, it would be useful if it threw one at compile time as well.The text was updated successfully, but these errors were encountered: