Versions in this module Expand all Collapse all v0 v0.4.5 Dec 5, 2021 Changes in this version + func NewExecutableSchema(cfg Config) graphql.ExecutableSchema + type ComplexityRoot struct + Ancon721Metadata struct{ ... } + DagContractTrusted struct{ ... } + DagLink struct{ ... } + Query struct{ ... } + Transaction struct{ ... } + type Config struct + Complexity ComplexityRoot + Directives DirectiveRoot + Resolvers ResolverRoot + type DirectiveRoot struct + FocusedTransform func(ctx context.Context, obj interface{}, next graphql.Resolver, cid string, ...) (res interface{}, err error) + type QueryResolver interface + Metadata func(ctx context.Context, cid string, path string) (*model.Ancon721Metadata, error) + type ResolverRoot interface + Query func() QueryResolver + Transaction func() TransactionResolver + type TransactionResolver interface + Metadata func(ctx context.Context, tx model.MetadataTransactionInput) (*model.DagLink, error)