Versions in this module Expand all Collapse all v0 v0.12.1 Aug 11, 2020 Changes in this version + func NewExecutableSchema(cfg Config) graphql.ExecutableSchema + type ComplexityRoot struct + Like struct{ ... } + Post struct{ ... } + Query struct{ ... } + type Config struct + Complexity ComplexityRoot + Directives DirectiveRoot + Resolvers ResolverRoot + type DirectiveRoot struct + type Event interface + IsEvent func() + type Like struct + Collected []string + Reaction string + Selection []string + Sent time.Time + func (Like) IsEvent() + type Post struct + Collected []string + Message string + Selection []string + Sent time.Time + func (Post) IsEvent() + type QueryResolver interface + Events func(ctx context.Context) ([]Event, error) + type Resolver struct + func (r *Resolver) Query() QueryResolver + type ResolverRoot interface + Query func() QueryResolver