synapsecns/sanguine

View on GitHub

Showing 1,971 of 13,422 total issues

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

    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/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

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

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

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

        func (ec *executionContext) _Transaction_page(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
            fc, err := ec.fieldContext_Transaction_page(ctx, field)
            if err != nil {
                return graphql.Null
            }
        Severity: Major
        Found in services/scribe/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/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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