Showing 1,971 of 13,422 total issues
Method executionContext._Log_contract_address
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_contract_address(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_contract_address(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Log_block_hash
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_block_hash(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_block_hash(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_transaction
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_transaction(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_transaction(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Log_transaction
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_transaction(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_transaction(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_chain_id
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_chain_id(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_chain_id(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_lastConfirmedBlockNumber
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_lastConfirmedBlockNumber(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_lastConfirmedBlockNumber(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_gas
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_gas(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_gas(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_tx_hash
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_tx_hash(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_tx_hash(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_json
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_json(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_json(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Log_receipt
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_receipt(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_receipt(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_logsRange
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_logsRange(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_logsRange(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_chain_id
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_chain_id(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_chain_id(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BlockTime_block_number
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BlockTime_block_number(ctx context.Context, field graphql.CollectedField, obj *model.BlockTime) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BlockTime_block_number(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_contract_address
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_contract_address(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_contract_address(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_json
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_json(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_json(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_receipt
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_receipt(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_receipt(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_nonce
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_nonce(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_nonce(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___EnumValue_description
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___EnumValue_description(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___EnumValue_description(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___Field_type
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___Field_type(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___Field_type(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___EnumValue_deprecationReason
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___EnumValue_deprecationReason(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___EnumValue_deprecationReason(ctx, field)
if err != nil {
return graphql.Null
}