synapsecns/sanguine

View on GitHub

Showing 1,971 of 13,422 total issues

Method executionContext.___Field_type has 5 return statements (exceeds 4 allowed).
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
    }
Severity: Major
Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

    Method executionContext._DateResultByChain_polygon has 5 return statements (exceeds 4 allowed).
    Open

    func (ec *executionContext) _DateResultByChain_polygon(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
        fc, err := ec.fieldContext_DateResultByChain_polygon(ctx, field)
        if err != nil {
            return graphql.Null
        }
    Severity: Major
    Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

      Method executionContext._DateResultByChain_arbitrum has 5 return statements (exceeds 4 allowed).
      Open

      func (ec *executionContext) _DateResultByChain_arbitrum(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
          fc, err := ec.fieldContext_DateResultByChain_arbitrum(ctx, field)
          if err != nil {
              return graphql.Null
          }
      Severity: Major
      Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

        Method executionContext._DateResultByChain_scroll has 5 return statements (exceeds 4 allowed).
        Open

        func (ec *executionContext) _DateResultByChain_scroll(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
            fc, err := ec.fieldContext_DateResultByChain_scroll(ctx, field)
            if err != nil {
                return graphql.Null
            }
        Severity: Major
        Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

          Method executionContext._DateResultByChain_linea has 5 return statements (exceeds 4 allowed).
          Open

          func (ec *executionContext) _DateResultByChain_linea(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
              fc, err := ec.fieldContext_DateResultByChain_linea(ctx, field)
              if err != nil {
                  return graphql.Null
              }
          Severity: Major
          Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

            Method executionContext._PartialInfo_chainID has 5 return statements (exceeds 4 allowed).
            Open

            func (ec *executionContext) _PartialInfo_chainID(ctx context.Context, field graphql.CollectedField, obj *model.PartialInfo) (ret graphql.Marshaler) {
                fc, err := ec.fieldContext_PartialInfo_chainID(ctx, field)
                if err != nil {
                    return graphql.Null
                }
            Severity: Major
            Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

              Method executionContext._Query_getBlockHeight has 5 return statements (exceeds 4 allowed).
              Open

              func (ec *executionContext) _Query_getBlockHeight(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
                  fc, err := ec.fieldContext_Query_getBlockHeight(ctx, field)
                  if err != nil {
                      return graphql.Null
                  }
              Severity: Major
              Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                Method executionContext._TearType_recipient has 5 return statements (exceeds 4 allowed).
                Open

                func (ec *executionContext) _TearType_recipient(ctx context.Context, field graphql.CollectedField, obj *model.TearType) (ret graphql.Marshaler) {
                    fc, err := ec.fieldContext_TearType_recipient(ctx, field)
                    if err != nil {
                        return graphql.Null
                    }
                Severity: Major
                Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                  Method executionContext.___Directive_args has 5 return statements (exceeds 4 allowed).
                  Open

                  func (ec *executionContext) ___Directive_args(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive) (ret graphql.Marshaler) {
                      fc, err := ec.fieldContext___Directive_args(ctx, field)
                      if err != nil {
                          return graphql.Null
                      }
                  Severity: Major
                  Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                    Method executionContext.___InputValue_description has 5 return statements (exceeds 4 allowed).
                    Open

                    func (ec *executionContext) ___InputValue_description(ctx context.Context, field graphql.CollectedField, obj *introspection.InputValue) (ret graphql.Marshaler) {
                        fc, err := ec.fieldContext___InputValue_description(ctx, field)
                        if err != nil {
                            return graphql.Null
                        }
                    Severity: Major
                    Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                      Method executionContext.___InputValue_type has 5 return statements (exceeds 4 allowed).
                      Open

                      func (ec *executionContext) ___InputValue_type(ctx context.Context, field graphql.CollectedField, obj *introspection.InputValue) (ret graphql.Marshaler) {
                          fc, err := ec.fieldContext___InputValue_type(ctx, field)
                          if err != nil {
                              return graphql.Null
                          }
                      Severity: Major
                      Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                        Method executionContext.___Schema_types has 5 return statements (exceeds 4 allowed).
                        Open

                        func (ec *executionContext) ___Schema_types(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) (ret graphql.Marshaler) {
                            fc, err := ec.fieldContext___Schema_types(ctx, field)
                            if err != nil {
                                return graphql.Null
                            }
                        Severity: Major
                        Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                          Method Handler.ModifyBulkQuotes has 5 return statements (exceeds 4 allowed).
                          Open

                          func (h *Handler) ModifyBulkQuotes(c *gin.Context) {
                              // Retrieve the request from context
                              req, exists := c.Get("putRequest")
                              if !exists {
                                  c.JSON(http.StatusBadRequest, gin.H{"error": "Request not found"})
                          Severity: Major
                          Found in services/rfq/api/rest/handler.go - About 35 mins to fix

                            Method executionContext._AddressData_dailyData has 5 return statements (exceeds 4 allowed).
                            Open

                            func (ec *executionContext) _AddressData_dailyData(ctx context.Context, field graphql.CollectedField, obj *model.AddressData) (ret graphql.Marshaler) {
                                fc, err := ec.fieldContext_AddressData_dailyData(ctx, field)
                                if err != nil {
                                    return graphql.Null
                                }
                            Severity: Major
                            Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                              Method executionContext._DateResult_total has 5 return statements (exceeds 4 allowed).
                              Open

                              func (ec *executionContext) _DateResult_total(ctx context.Context, field graphql.CollectedField, obj *model.DateResult) (ret graphql.Marshaler) {
                                  fc, err := ec.fieldContext_DateResult_total(ctx, field)
                                  if err != nil {
                                      return graphql.Null
                                  }
                              Severity: Major
                              Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                Method executionContext._DateResultByChain_optimism has 5 return statements (exceeds 4 allowed).
                                Open

                                func (ec *executionContext) _DateResultByChain_optimism(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
                                    fc, err := ec.fieldContext_DateResultByChain_optimism(ctx, field)
                                    if err != nil {
                                        return graphql.Null
                                    }
                                Severity: Major
                                Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                  Method executionContext._DateResultByChain_moonriver has 5 return statements (exceeds 4 allowed).
                                  Open

                                  func (ec *executionContext) _DateResultByChain_moonriver(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
                                      fc, err := ec.fieldContext_DateResultByChain_moonriver(ctx, field)
                                      if err != nil {
                                          return graphql.Null
                                      }
                                  Severity: Major
                                  Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                    Method executionContext._DateResultByChain_avalanche has 5 return statements (exceeds 4 allowed).
                                    Open

                                    func (ec *executionContext) _DateResultByChain_avalanche(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
                                        fc, err := ec.fieldContext_DateResultByChain_avalanche(ctx, field)
                                        if err != nil {
                                            return graphql.Null
                                        }
                                    Severity: Major
                                    Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                      Method executionContext._PartialInfo_value has 5 return statements (exceeds 4 allowed).
                                      Open

                                      func (ec *executionContext) _PartialInfo_value(ctx context.Context, field graphql.CollectedField, obj *model.PartialInfo) (ret graphql.Marshaler) {
                                          fc, err := ec.fieldContext_PartialInfo_value(ctx, field)
                                          if err != nil {
                                              return graphql.Null
                                          }
                                      Severity: Major
                                      Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix

                                        Method executionContext._DateResultByChain_fantom has 5 return statements (exceeds 4 allowed).
                                        Open

                                        func (ec *executionContext) _DateResultByChain_fantom(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
                                            fc, err := ec.fieldContext_DateResultByChain_fantom(ctx, field)
                                            if err != nil {
                                                return graphql.Null
                                            }
                                        Severity: Major
                                        Found in services/explorer/graphql/server/graph/resolver/server.go - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language