mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add limit to graphql aggegrated queries (#10077)
This commit is contained in:
@@ -886,6 +886,9 @@ export class GraphQLService {
|
||||
args: {
|
||||
groupBy: new GraphQLList(GraphQLString),
|
||||
filter: ReadableCollectionFilterTypes[collection.collection],
|
||||
limit: {
|
||||
type: GraphQLInt,
|
||||
},
|
||||
search: {
|
||||
type: GraphQLString,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user