Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
With an objectId size setting equal or hight than 20
graphql request with an Mongo objectID fails (Invalid code point issue from graphql relay).
Steps to reproduce
Start a server, set objectIdSize to 20, create an object on graphql api, and the mutation return get the objectId and the id (relay). query the graphql api with the objectId. Request will fail.
Actual Outcome
All request fail using a non relay id
Expected Outcome
Non relay id from any size should works
Environment
Parse server with graphql relay >= 0.8.0
5.0.0-alpha.1
graphql-relay should be downgraded to 0.7.0