-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL Plugin: Add endpoint to configuration options #1063
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
aeb3aa6
to
6d34938
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Gustav!
I wasn't sure if we should have a comma or not. Grammarly suggests we remove it, hence my suggestion. 🤗
docs/developer-docs/latest/setup-deployment-guides/configurations/optional/plugins.md
Outdated
Show resolved
Hide resolved
…ons/optional/plugins.md Co-authored-by: Pierre Wizla <[email protected]>
Sorry @gu-stav I was a bit too fast with merging this one 😅 The strapi/strapi PR isn't merged yet. Please let me know if it will be merged for 4.3.5, otherwise I'll temporarily revert the change. |
@pwizla I've tested & merged the PR just now, so it should be good. |
* Add conversion step for SQLite db * Add populateCreatorFields to REST API docs * fix `population` to populate * fix link * database warning (#1059) * database warning * fix wording * just removing an extra " Co-authored-by: DMehaffy <[email protected]> * Bump version number to 4.3.4 Strapi [v4.3.4](https://github.com/strapi/strapi/releases/tag/v4.3.4) was a hotfix and didn't require any documentation updates. * Update CONTRIBUTING.md * GraphQL Plugin: Add endpoint to configuration options (#1063) * GraphQL Plugin: Add endpoint to configuration options * Update docs/developer-docs/latest/setup-deployment-guides/configurations/optional/plugins.md Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Temporarily remove 'endpoint' from GraphQL config. was merged too fast 😅 * dev/setup deployment fixes (#1064) * chore: fix inconsistent string usage in admin-panel-configuration options * chore: update the broken link for email-templates/forgot-password * chore: fix inconsistent string usage in database-configuration code snippet * chore: fix inconsistent string usage in admin-panel-configuration code snippet * update CLI strapi start documentation * fix ts code example * fix strapi.compile code example * add app.start * Re-add `endpoint` to GraphQL config. * Bump version number to 4.3.5 * Mention "nightlies" in CLI installation guide (#1070) * Mention nightlies * Fix wording * Improve wording * Fix schedule * Add explanation on populating with true (#1071) * add explanation on populating with true * Fix typo * Fix populate → populates Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * add mongoDB callout * CTB: Add new time interval option for datetime and time fields (#1077) Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: DMehaffy <[email protected]> Co-authored-by: Gustav Hansen <[email protected]> Co-authored-by: Edward Fernandez <[email protected]> Co-authored-by: Pierre Noël <[email protected]>
…sage (#1086) * Add conversion step for SQLite db * Add populateCreatorFields to REST API docs * fix `population` to populate * fix link * database warning (#1059) * database warning * fix wording * just removing an extra " Co-authored-by: DMehaffy <[email protected]> * Bump version number to 4.3.4 Strapi [v4.3.4](https://github.com/strapi/strapi/releases/tag/v4.3.4) was a hotfix and didn't require any documentation updates. * Update CONTRIBUTING.md * GraphQL Plugin: Add endpoint to configuration options (#1063) * GraphQL Plugin: Add endpoint to configuration options * Update docs/developer-docs/latest/setup-deployment-guides/configurations/optional/plugins.md Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Temporarily remove 'endpoint' from GraphQL config. was merged too fast 😅 * dev/setup deployment fixes (#1064) * chore: fix inconsistent string usage in admin-panel-configuration options * chore: update the broken link for email-templates/forgot-password * chore: fix inconsistent string usage in database-configuration code snippet * chore: fix inconsistent string usage in admin-panel-configuration code snippet * update CLI strapi start documentation * fix ts code example * fix strapi.compile code example * add app.start * Re-add `endpoint` to GraphQL config. * Bump version number to 4.3.5 * Mention "nightlies" in CLI installation guide (#1070) * Mention nightlies * Fix wording * Improve wording * Fix schedule * Add explanation on populating with true (#1071) * add explanation on populating with true * Fix typo * Fix populate → populates Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * add mongoDB callout * CTB: Add new time interval option for datetime and time fields (#1077) * Update top nav bar with docs-next links (#1080) * Update top nav bar with docs-next links * Title case all nav bar links * add TypeScript details to PM2 guide * update link * change typescript code example * Bump version number to 4.3.6 [4.3.6](https://github.com/strapi/strapi/releases/tag/v4.3.6) was released a few days ago. No documentation updates are required. * Revert #1071: Populate with `true` has not been released on strapi/strapi yet (#1081) * Revert #1071 Not implemented yet * Fix tip → note in comment * Remove question comment * Add note callout about marketing usage (#1085) Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: DMehaffy <[email protected]> Co-authored-by: Gustav Hansen <[email protected]> Co-authored-by: Edward Fernandez <[email protected]> Co-authored-by: Pierre Noël <[email protected]>
* Add conversion step for SQLite db * Add populateCreatorFields to REST API docs * fix `population` to populate * fix link * database warning (#1059) * database warning * fix wording * just removing an extra " Co-authored-by: DMehaffy <[email protected]> * Bump version number to 4.3.4 Strapi [v4.3.4](https://github.com/strapi/strapi/releases/tag/v4.3.4) was a hotfix and didn't require any documentation updates. * Update CONTRIBUTING.md * updated code snippets and content * GraphQL Plugin: Add endpoint to configuration options (#1063) * GraphQL Plugin: Add endpoint to configuration options * Update docs/developer-docs/latest/setup-deployment-guides/configurations/optional/plugins.md Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Temporarily remove 'endpoint' from GraphQL config. was merged too fast 😅 * added axios and postman tabs * concluded edits to tutorial * Update docs/developer-docs/latest/guides/auth-request.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/guides/auth-request.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/guides/auth-request.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/guides/auth-request.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/guides/auth-request.md Co-authored-by: Shaun Brown <[email protected]> * changed NOTE to note * added requested chagnges and Postman GET request screenshot * added Postman screenshot * changed Login to log in * dev/setup deployment fixes (#1064) * chore: fix inconsistent string usage in admin-panel-configuration options * chore: update the broken link for email-templates/forgot-password * chore: fix inconsistent string usage in database-configuration code snippet * chore: fix inconsistent string usage in admin-panel-configuration code snippet * update CLI strapi start documentation * fix ts code example * fix strapi.compile code example * add app.start * Re-add `endpoint` to GraphQL config. * Bump version number to 4.3.5 * Mention "nightlies" in CLI installation guide (#1070) * Mention nightlies * Fix wording * Improve wording * Fix schedule * Add explanation on populating with true (#1071) * add explanation on populating with true * Fix typo * Fix populate → populates Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * add mongoDB callout * CTB: Add new time interval option for datetime and time fields (#1077) * Update top nav bar with docs-next links (#1080) * Update top nav bar with docs-next links * Title case all nav bar links * add TypeScript details to PM2 guide * update link * change typescript code example * Bump version number to 4.3.6 [4.3.6](https://github.com/strapi/strapi/releases/tag/v4.3.6) was released a few days ago. No documentation updates are required. * Revert #1071: Populate with `true` has not been released on strapi/strapi yet (#1081) * Revert #1071 Not implemented yet * Fix tip → note in comment * Remove question comment * Add note callout about marketing usage (#1085) * add field true populate * modified /articles Postman request * update postman formatting * Updates Azure AD example to fix missing key in Azure response * remove unnecessary png * privateAttributes values must be in camelCase Trying to make a field private with snake case doesn't work, using camelCase it does * add search tags * update format * Revert "remove unnecessary png" This reverts commit 188a5e8. * typographical error correction * Update hardware, DB, OS recommendations Signed-off-by: Derrick Mehaffy <[email protected]> * Update plugins-development.md Corrected npm command * fixed ts/js code block swap, spelling mistake, delint * svelte, partial update for v4 Only the GET (axios and fetch) is updated so far. * Fix "Functions" documentation As I was reading the doc and applying some of the things documented, I noticed that the part about the `register`, `bootstrap` and `destroy` functions was wrong. So here is my fix. * Update docs/developer-docs/latest/setup-deployment-guides/deployment.md Co-authored-by: Shaun Brown <[email protected]> * Fix typo to bump OS recommendations to version 12 I had put v11 Big Sur should be v12: "Monterey" Signed-off-by: Derrick Mehaffy <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Zach Painter <[email protected]> Co-authored-by: Gustav Hansen <[email protected]> Co-authored-by: zachary painter <[email protected]> Co-authored-by: Edward Fernandez <[email protected]> Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: sergioruizsan <[email protected]> Co-authored-by: Folarin Lawal <[email protected]> Co-authored-by: MattV-Method <[email protected]> Co-authored-by: Philippe Manzano <[email protected]> Co-authored-by: Gregor Sondermeier <[email protected]>
What does it do?
In #969 @Convly mentioned that we should add back the
endpoint
configuration asap, which is implemented by strapi/strapi#13395. I wanted to introduce e2e tests for that PR, but it turns out that this is not easy at the moment and will be done in bulk at some point in the future.Since the PR adds some value, I think it can be merged, but the change should be reflected in the documentation, which this PR is adding.
Why is it needed?
To document all supported plugin configuration options.
Related issue(s)/PR(s)