Showing 1,971 of 13,422 total issues
Method executionContext._Query_firstStoredBlockNumber
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_firstStoredBlockNumber(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_firstStoredBlockNumber(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_transactionsRange
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_transactionsRange(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_transactionsRange(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_lastIndexed
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_lastIndexed(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_lastIndexed(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_tx_hash
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_tx_hash(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_tx_hash(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_gas_used
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_gas_used(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_gas_used(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_value
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_value(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_value(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_block_number
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_block_number(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_block_number(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_gas_tip_cap
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_gas_tip_cap(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_gas_tip_cap(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_type
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_type(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_type(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_timestamp
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_timestamp(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_timestamp(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_page
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_page(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_page(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_logs
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_logs(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_logs(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Log_chain_id
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_chain_id(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_chain_id(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Log_json
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_json(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_json(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_transactions
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_transactions(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_transactions(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_transactionsAtHeadRange
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_transactionsAtHeadRange(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_transactionsAtHeadRange(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_protected
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_protected(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_protected(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_sender
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_sender(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_sender(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_lastStoredBlockNumber
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_lastStoredBlockNumber(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_lastStoredBlockNumber(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_logCount
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_logCount(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_logCount(ctx, field)
if err != nil {
return graphql.Null
}