-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
Hello,
Just by updating from v2.1.0
to v2.2.0
I noticed in my generated code I have now a new resolver:
__DirectiveResolver
I guess it's linked to: graphql/graphql-spec#510
I don't now if it's a bug, or if I have to implement something :)
type ResolverRoot interface {
// ...
__Directive() __DirectiveResolver
}
type __DirectiveResolver interface {
IsRepeatable(ctx context.Context, obj *introspection.Directive) (bool, error)
}
orsenkucher, lawmatsuyama, plevym, thalesmonteiro, znobrega and 2 more
Metadata
Metadata
Assignees
Labels
No labels