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) Admin(ctx context.Context, args struct{ ... }) (*adminResolver, error) + func (r *Resolver) Search(ctx context.Context, args struct{ ... }) ([]*searchResult, error) + func (r *Resolver) User(ctx context.Context, args struct{ ... }) (user, error)