English language as many others have plural versions.
What it means that findTask is different than findTasks operation can be come
find Object [s,ss,sh] etc. Having plurals brings confusion to the spec - especially when developers dealing with models that might not be easily pluralized.
Current implementations in javascript using pluralize library that has some specific rules but other languages will have different ones.
We are hitting this issue when building client side queries for graphback.
Solution:
- Do not use plural form
getTask and task - as the plural query.
- Always add
s even if the form will not be valid
- Others?
English language as many others have plural versions.
What it means that
findTaskis different thanfindTasksoperation can be comefindObject[s,ss,sh]etc. Having plurals brings confusion to the spec - especially when developers dealing with models that might not be easily pluralized.Current implementations in javascript using pluralize library that has some specific rules but other languages will have different ones.
We are hitting this issue when building client side queries for graphback.
Solution:
getTaskandtask- as the plural query.seven if the form will not be valid