Versions in this module Expand all Collapse all v1 v1.1.0 Oct 18, 2024 v1.0.0 Sep 28, 2024 Changes in this version + const Schema + type HasRoleDirective struct + Role string + func (h *HasRoleDirective) ImplementsDirective() string + func (h *HasRoleDirective) Validate(ctx context.Context, _ interface{}) error + type Resolver struct + func (r *Resolver) PrivateGreet(ctx context.Context, args struct{ ... }) string + func (r *Resolver) PublicGreet(ctx context.Context, args struct{ ... }) string