Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

Update checkExistence to first try counting and if not implemented iterate over readById #26

Open asishallab opened 4 years ago

asishallab commented 4 years ago

See specification in this white-paper.

Check branches

Implement the function as specified in the above white-paper

asishallab commented 4 years ago

Branch of off issue108-helper-functions.

asishallab commented 4 years ago

Please include the assocArgsAreExistingIDs function in this issue.

framirez07 commented 4 years ago

Added assocArgsAreExistingIDs (commented). Commits:
i108 & i26 - In progess - Added assocArgsAreExistingIDs() (commented) i108 & i26 - Fix - added missing 'function' word