diff --git a/src/graphql/query/core/authors-load-by.ts b/src/graphql/query/core/authors-load-by.ts index a78ab877..03b20171 100644 --- a/src/graphql/query/core/authors-load-by.ts +++ b/src/graphql/query/core/authors-load-by.ts @@ -2,7 +2,7 @@ import { gql } from '@urql/core' export default gql` query AuthorsAllQuery($by: AuthorsBy, $limit: Int, $offset: Int) { - load_authors_(by: $by, limit: $limit, offset: $offset) { + load_authors_by(by: $by, limit: $limit, offset: $offset) { id slug name