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
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.
https://github.com/mwildehahn/hack-graphql/pull/52/files#r632070440