This commit is contained in:
parent
d430990978
commit
c488a1e4e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user