load-by-fix
All checks were successful
deploy / test (push) Successful in 1m6s

This commit is contained in:
Untone 2023-12-27 00:15:49 +03:00
parent d430990978
commit c488a1e4e6

View File

@ -2,7 +2,7 @@ import { gql } from '@urql/core'
export default gql` export default gql`
query AuthorsAllQuery($by: AuthorsBy, $limit: Int, $offset: Int) { 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 id
slug slug
name name