parse-community / parse-community/parse-server
feat: add configurable introspection to apollo server
Open
Nobody has claimed this yet.
type:feature
- 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
Introspection on the GraphQL API is not configurable
Feature / Enhancement Description
Add an graphQLIntrospection boolean option
But i think it's a better idea to just expose a field like "graphQLApolloServerOptions" to let the developper to fully customize the apollo server
Example Use Case
graphQLApolloServerOptions: {
introspection: false,
// Other apollo options or plugin, like depth limiting
}
Alternatives / Workarounds
None
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
Start by locating the Apollo Server configuration used by the GraphQL API and review how server options are currently passed. Done means agreeing on the supported configuration shape and verifying that introspection can be disabled without breaking other Apollo options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, javascript, node.js
- Domain
- api, backend, backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100