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 was archived by the owner on Nov 12, 2025. It is now read-only.
A simpler option could be to just enforce that <<GraphQL\Field(...)>> can only be used once for each method name across the hierarchy -- e.g. if there's <<GraphQL\Field('foo')>> on an interface, adding <<GraphQL\Field>> on the overridden method in the subclass would be illegal.