parse-community / parse-community/parse-server
Expose GraphQL server config through CLI
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
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 GraphQL server allows for customizations that are currently not accessible through CLI options: https://docs.parseplatform.org/graphql/guide/#configuration-options
Feature / Enhancement Description
Allow defining GraphQL configuration through the CLI.
Example Use Case
Storing the config in a config file.
Alternatives / Workarounds
Create your own initialization: https://docs.parseplatform.org/graphql/guide/#set-or-update-configuration
3rd Party References
???
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reading the GraphQL configuration options and set-or-update-configuration documentation linked in the issue, then inspect how existing Parse Server CLI and config-file options are handled. Done means the documented GraphQL configuration can be supplied through the CLI or config file and is applied by the GraphQL server.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100