mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Allow offset and page args for GraphQL aggregated queries (#17481)
This commit is contained in:
@@ -1016,6 +1016,12 @@ export class GraphQLService {
|
||||
limit: {
|
||||
type: GraphQLInt,
|
||||
},
|
||||
offset: {
|
||||
type: GraphQLInt,
|
||||
},
|
||||
page: {
|
||||
type: GraphQLInt,
|
||||
},
|
||||
search: {
|
||||
type: GraphQLString,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user