Replies: 1 comment
-
Hey @mharis111! GraphQL servers by design don't provide any aggregate functions (or any data functions). They only let you to define your own types and read/mutate them through You may be mistaking Ariadne for database solutions exposing GraphQL APIs like Hasura o Prisma. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Ariadne support aggregate functions? such as finding average, max and min values and, also use of <,> operators in some way. Looked into documentation but didn't find anything related to it. Sorry, If I skipped anything.
Beta Was this translation helpful? Give feedback.
All reactions