-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The project needs documentation for more advanced examples.
E.g. how to generate such a query?
query GetCount($language: [String!], $gender: [String!], $function: [String!], $city: [String!]) {
person_aggregate(where: {_and:
{language: {_in: $language}, gender: {_in: $gender},
employees: {function: {description: {_in: $function}}}},
postaladdresses: {city: {_in: $city}}}) {
aggregate {
count(columns: id, distinct: true)
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels