peterportal-public-api
peterportal-public-api copied to clipboard
Let grades GraphQL query accept lists as parameters
Right now it accepts a list of values as a string with ;
as a separator. It makes more sense to accept an array.
I need to look into GraphQL function overloading but it would be awesome if we could accept a list, a single string, or a string with the ;
separator.