Versions in this module Expand all Collapse all v2 v2.3.14 May 12, 2025 Changes in this version + func GetAppContractInsideCtx(ctx context.Context) (*common.Address, error) + func Register(ctx context.Context, e *echo.Echo, ...) + type Adapter interface + GetAllApplications func(ctx context.Context, where *graphql.AppFilter) (*graphql.Connection[*graphql.Application], error) + GetAllDelegateCallVouchersByInputIndex func(ctx context.Context, inputIndex *int) (*graphql.DelegateCallVoucherConnection, error) + GetAllNoticesByInputIndex func(ctx context.Context, inputIndex *int) (*graphql.Connection[*graphql.Notice], error) + GetAllReportsByInputIndex func(ctx context.Context, inputIndex *int) (*graphql.ReportConnection, error) + GetAllVouchersByInputIndex func(ctx context.Context, inputIndex *int) (*graphql.VoucherConnection, error) + GetApplicationByAppContract func(ctx context.Context, inputBoxIndex int) (*graphql.Application, error) + GetApplications func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.Connection[*graphql.Application], error) + GetDelegateCallVoucher func(ctx context.Context, outputIndex int) (*graphql.DelegateCallVoucher, error) + GetDelegateCallVouchers func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.DelegateCallVoucherConnection, error) + GetInput func(ctx context.Context, id string) (*graphql.Input, error) + GetInputByIndex func(ctx context.Context, inputIndex int) (*graphql.Input, error) + GetInputs func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.InputConnection, error) + GetNotice func(ctx context.Context, outputIndex int) (*graphql.Notice, error) + GetNotices func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.NoticeConnection, error) + GetReport func(ctx context.Context, reportIndex int) (*graphql.Report, error) + GetReports func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.ReportConnection, error) + GetVoucher func(ctx context.Context, outputIndex int) (*graphql.Voucher, error) + GetVouchers func(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.VoucherConnection, error) + func NewAdapterV1(ctx context.Context, db *sqlx.DB, ...) Adapter + type AdapterV1 struct + func (a AdapterV1) GetAllApplications(ctx context.Context, where *graphql.AppFilter) (*graphql.Connection[*graphql.Application], error) + func (a AdapterV1) GetAllDelegateCallVouchersByInputIndex(ctx context.Context, inputIndex *int) (*graphql.DelegateCallVoucherConnection, error) + func (a AdapterV1) GetAllNoticesByInputIndex(ctx context.Context, inputIndex *int) (*graphql.Connection[*graphql.Notice], error) + func (a AdapterV1) GetAllReportsByInputIndex(ctx context.Context, inputIndex *int) (*graphql.Connection[*graphql.Report], error) + func (a AdapterV1) GetAllVouchersByInputIndex(ctx context.Context, inputIndex *int) (*graphql.Connection[*graphql.Voucher], error) + func (a AdapterV1) GetApplicationByAppContract(ctx context.Context, inputBoxIndex int) (*graphql.Application, error) + func (a AdapterV1) GetApplications(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.AppConnection, error) + func (a AdapterV1) GetDelegateCallVoucher(ctx context.Context, outputIndex int) (*graphql.DelegateCallVoucher, error) + func (a AdapterV1) GetDelegateCallVouchers(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.DelegateCallVoucherConnection, error) + func (a AdapterV1) GetInput(ctx context.Context, id string) (*graphql.Input, error) + func (a AdapterV1) GetInputByIndex(ctx context.Context, inputIndex int) (*graphql.Input, error) + func (a AdapterV1) GetInputs(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.InputConnection, error) + func (a AdapterV1) GetNotice(ctx context.Context, outputIndex int) (*graphql.Notice, error) + func (a AdapterV1) GetNotices(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.Connection[*graphql.Notice], error) + func (a AdapterV1) GetReport(ctx context.Context, reportIndex int) (*graphql.Report, error) + func (a AdapterV1) GetReports(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.ReportConnection, error) + func (a AdapterV1) GetVoucher(ctx context.Context, outputIndex int) (*graphql.Voucher, error) + func (a AdapterV1) GetVouchers(ctx context.Context, first *int, last *int, after *string, before *string, ...) (*graphql.Connection[*graphql.Voucher], error) + type InputBlobAdapter struct + func (i *InputBlobAdapter) Adapt(ctx context.Context, node struct{ ... }) (*graphql.Input, error) + type Resolver struct + func (r *Resolver) DelegateCallVoucher() graph.DelegateCallVoucherResolver + func (r *Resolver) Input() graph.InputResolver + func (r *Resolver) Notice() graph.NoticeResolver + func (r *Resolver) Query() graph.QueryResolver + func (r *Resolver) Report() graph.ReportResolver + func (r *Resolver) Voucher() graph.VoucherResolver