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
Users should be allowed to provide a @tag directive definition which is a "subset" of the spec'ed @tag directive. i.e. the validation should permit leaving out repeatable or any of the directive locations. But it should continue to enforce the non-null arg name: String!.
Users should be allowed to provide a
@tag
directive definition which is a "subset" of the spec'ed @tag directive. i.e. the validation should permit leaving outrepeatable
or any of the directivelocations
. But it should continue to enforce the non-null argname: String!
.This is in response to a lack of
repeatable
support in Kotlin, but also seems like a reasonable pattern to follow for core directives going forward.The text was updated successfully, but these errors were encountered: