WPGraphql get category posts count based on custom taxonomy

Setup WPGraphQL Offset Pagination and run:

query tags {
      tags {
        nodes {
          posts(where: {categoryId: 7}) {
            pageInfo {
              offsetPagination {
                total
              }
            }
          }
        }
      }
    }

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)