Versions in this module Expand all Collapse all v2 v2.3.14 May 12, 2025 Changes in this version + func NewExecutableSchema(cfg Config) graphql.ExecutableSchema + type ComplexityRoot struct + AppConnection struct{ ... } + AppEdge struct{ ... } + Application struct{ ... } + DelegateCallVoucher struct{ ... } + DelegateCallVoucherConnection struct{ ... } + DelegateCallVoucherEdge struct{ ... } + Input struct{ ... } + InputConnection struct{ ... } + InputEdge struct{ ... } + Notice struct{ ... } + NoticeConnection struct{ ... } + NoticeEdge struct{ ... } + PageInfo struct{ ... } + Proof struct{ ... } + Query struct{ ... } + Report struct{ ... } + ReportConnection struct{ ... } + ReportEdge struct{ ... } + Voucher struct{ ... } + VoucherConnection struct{ ... } + VoucherEdge struct{ ... } + type Config struct + Complexity ComplexityRoot + Directives DirectiveRoot + Resolvers ResolverRoot + Schema *ast.Schema + type DelegateCallVoucherResolver interface + Application func(ctx context.Context, obj *model.DelegateCallVoucher) (*model.Application, error) + Input func(ctx context.Context, obj *model.DelegateCallVoucher) (*model.Input, error) + type DirectiveRoot struct + type InputResolver interface + Application func(ctx context.Context, obj *model.Input) (*model.Application, error) + DelegateCallVouchers func(ctx context.Context, obj *model.Input, first *int, last *int, after *string, ...) (*model.Connection[*model.DelegateCallVoucher], error) + Notices func(ctx context.Context, obj *model.Input, first *int, last *int, after *string, ...) (*model.Connection[*model.Notice], error) + Reports func(ctx context.Context, obj *model.Input, first *int, last *int, after *string, ...) (*model.Connection[*model.Report], error) + Vouchers func(ctx context.Context, obj *model.Input, first *int, last *int, after *string, ...) (*model.Connection[*model.Voucher], error) + type NoticeResolver interface + Application func(ctx context.Context, obj *model.Notice) (*model.Application, error) + Input func(ctx context.Context, obj *model.Notice) (*model.Input, error) + type QueryResolver interface + Applications func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*model.Connection[*model.Application], error) + DelegateCallVoucher func(ctx context.Context, outputIndex int) (*model.DelegateCallVoucher, error) + DelegateCallVouchers func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*model.Connection[*model.DelegateCallVoucher], error) + Input func(ctx context.Context, id string) (*model.Input, error) + Inputs func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*model.Connection[*model.Input], error) + Notice func(ctx context.Context, outputIndex int) (*model.Notice, error) + Notices func(ctx context.Context, first *int, last *int, after *string, before *string) (*model.Connection[*model.Notice], error) + Report func(ctx context.Context, reportIndex int) (*model.Report, error) + Reports func(ctx context.Context, first *int, last *int, after *string, before *string) (*model.Connection[*model.Report], error) + Voucher func(ctx context.Context, outputIndex int) (*model.Voucher, error) + Vouchers func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*model.Connection[*model.Voucher], error) + type ReportResolver interface + Application func(ctx context.Context, obj *model.Report) (*model.Application, error) + Input func(ctx context.Context, obj *model.Report) (*model.Input, error) + type ResolverRoot interface + DelegateCallVoucher func() DelegateCallVoucherResolver + Input func() InputResolver + Notice func() NoticeResolver + Query func() QueryResolver + Report func() ReportResolver + Voucher func() VoucherResolver + type VoucherResolver interface + Application func(ctx context.Context, obj *model.Voucher) (*model.Application, error) + Input func(ctx context.Context, obj *model.Voucher) (*model.Input, error)