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 Resolver struct + func (r Resolver) Hello(ctx context.Context, args struct{ ... }) string + func (r Resolver) Me(ctx context.Context) *UserProfile + type UserProfile struct + func (p *UserProfile) Name() string