Showing 1,971 of 13,422 total issues
Method executionContext._Query_getOriginBridgeTx
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_getOriginBridgeTx(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_getOriginBridgeTx(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___Type_specifiedByURL
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___Type_specifiedByURL(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___Type_specifiedByURL(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.field_Query_countByChainId_args
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) field_Query_countByChainId_args(ctx context.Context, rawArgs map[string]interface{}) (map[string]interface{}, error) {
var err error
args := map[string]interface{}{}
var arg0 *int
if tmp, ok := rawArgs["chainID"]; ok {
Method executionContext.field_Query_leaderboard_args
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) field_Query_leaderboard_args(ctx context.Context, rawArgs map[string]interface{}) (map[string]interface{}, error) {
var err error
args := map[string]interface{}{}
var arg0 *model.Duration
if tmp, ok := rawArgs["duration"]; ok {
Method executionContext._AddressChainRanking_chainID
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _AddressChainRanking_chainID(ctx context.Context, field graphql.CollectedField, obj *model.AddressChainRanking) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_AddressChainRanking_chainID(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._AddressData_swapTxs
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _AddressData_swapTxs(ctx context.Context, field graphql.CollectedField, obj *model.AddressData) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_AddressData_swapTxs(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BridgeWatcherTx_pending
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BridgeWatcherTx_pending(ctx context.Context, field graphql.CollectedField, obj *model.BridgeWatcherTx) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BridgeWatcherTx_pending(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._DateResultByChain_date
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _DateResultByChain_date(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_DateResultByChain_date(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._DateResultByChain_ethereum
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _DateResultByChain_ethereum(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_DateResultByChain_ethereum(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._PartialInfo_USDValue
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PartialInfo_USDValue(ctx context.Context, field graphql.CollectedField, obj *model.PartialInfo) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PartialInfo_USDValue(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._PartialInfo_tokenSymbol
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PartialInfo_tokenSymbol(ctx context.Context, field graphql.CollectedField, obj *model.PartialInfo) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PartialInfo_tokenSymbol(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._PartialMessageBusInfo_destinationChainID
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PartialMessageBusInfo_destinationChainID(ctx context.Context, field graphql.CollectedField, obj *model.PartialMessageBusInfo) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PartialMessageBusInfo_destinationChainID(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___EnumValue_name
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___EnumValue_name(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___EnumValue_name(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___InputValue_defaultValue
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___InputValue_defaultValue(ctx context.Context, field graphql.CollectedField, obj *introspection.InputValue) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___InputValue_defaultValue(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BridgeTransaction_bridgeModule
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BridgeTransaction_bridgeModule(ctx context.Context, field graphql.CollectedField, obj *model.BridgeTransaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BridgeTransaction_bridgeModule(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._DateResultByChain_cronos
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _DateResultByChain_cronos(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_DateResultByChain_cronos(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._AddressDailyCount_count
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _AddressDailyCount_count(ctx context.Context, field graphql.CollectedField, obj *model.AddressDailyCount) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_AddressDailyCount_count(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Leaderboard_rank
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Leaderboard_rank(ctx context.Context, field graphql.CollectedField, obj *model.Leaderboard) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Leaderboard_rank(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._AddressData_rank
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _AddressData_rank(ctx context.Context, field graphql.CollectedField, obj *model.AddressData) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_AddressData_rank(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._PartialInfo_blockNumber
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PartialInfo_blockNumber(ctx context.Context, field graphql.CollectedField, obj *model.PartialInfo) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PartialInfo_blockNumber(ctx, field)
if err != nil {
return graphql.Null
}