Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
The REST API have an option to pair session with installation but it looks like there's no alternative out of box for the GraphQL.
Feature / Enhancement Description
It would be great if there's similar API using the GraphQL and out of the box pair session with installation on the Parse Server. If is out of the box feature this will eliminate the need to do some calls using master key as the session or the installation permissions can differ.
If there's chance the GraphQL API to respect x-parse-installation-id
will be great.
Example Use Case
Example 1: me
GraphQL query or mutation which respect x-parse-installation-id
header.
Example 2: login, signUp respecting x-parse-installation-id
header
Alternatives / Workarounds
- creating and saving an installation
- creating a session using login, signUp etc.
- update session's installationId