synapsecns/sanguine

View on GitHub

Showing 1,971 of 13,422 total issues

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

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

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

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

        func (ec *executionContext) ___Directive_name(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive) (ret graphql.Marshaler) {
            fc, err := ec.fieldContext___Directive_name(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_specifiedByURL has 5 return statements (exceeds 4 allowed).
          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
              }
          Severity: Major
          Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

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

            func (ec *executionContext) _BlockTime_chain_id(ctx context.Context, field graphql.CollectedField, obj *model.BlockTime) (ret graphql.Marshaler) {
                fc, err := ec.fieldContext_BlockTime_chain_id(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._BlockTime_timestamp has 5 return statements (exceeds 4 allowed).
              Open

              func (ec *executionContext) _BlockTime_timestamp(ctx context.Context, field graphql.CollectedField, obj *model.BlockTime) (ret graphql.Marshaler) {
                  fc, err := ec.fieldContext_BlockTime_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._Log_tx_hash has 5 return statements (exceeds 4 allowed).
                Open

                func (ec *executionContext) _Log_tx_hash(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
                    fc, err := ec.fieldContext_Log_tx_hash(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._Receipt_transaction has 5 return statements (exceeds 4 allowed).
                  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
                      }
                  Severity: Major
                  Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

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

                    func (ec *executionContext) ___Field_description(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) (ret graphql.Marshaler) {
                        fc, err := ec.fieldContext___Field_description(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.___InputValue_name has 5 return statements (exceeds 4 allowed).
                      Open

                      func (ec *executionContext) ___InputValue_name(ctx context.Context, field graphql.CollectedField, obj *introspection.InputValue) (ret graphql.Marshaler) {
                          fc, err := ec.fieldContext___InputValue_name(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._BlockTime_block_number has 5 return statements (exceeds 4 allowed).
                        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
                            }
                        Severity: Major
                        Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

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

                          func (ec *executionContext) _Log_topics(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
                              fc, err := ec.fieldContext_Log_topics(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_tx_index has 5 return statements (exceeds 4 allowed).
                            Open

                            func (ec *executionContext) _Log_tx_index(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
                                fc, err := ec.fieldContext_Log_tx_index(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_transaction has 5 return statements (exceeds 4 allowed).
                              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
                                  }
                              Severity: Major
                              Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

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

                                func (ec *executionContext) _Query___type(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
                                    fc, err := ec.fieldContext_Query___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._Receipt_logs has 5 return statements (exceeds 4 allowed).
                                  Open

                                  func (ec *executionContext) _Receipt_logs(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
                                      fc, err := ec.fieldContext_Receipt_logs(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_tip_cap has 5 return statements (exceeds 4 allowed).
                                    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
                                        }
                                    Severity: Major
                                    Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix

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

                                      func (ec *executionContext) ___Directive_isRepeatable(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive) (ret graphql.Marshaler) {
                                          fc, err := ec.fieldContext___Directive_isRepeatable(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.___EnumValue_deprecationReason has 5 return statements (exceeds 4 allowed).
                                        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
                                            }
                                        Severity: Major
                                        Found in services/scribe/graphql/server/graph/resolver/server.go - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language