This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-27 02:44:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
plugins
/
graphql
/
server
/
services
/
extension
/
index.js
6 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
V4/graphql customization (#10850) * Add basic implementation for the graphql extension service * Add createPolicyContext in @strapi/utils * policiesMiddleware implementation for graphql * wrapResolvers first implementation (authentication, middlewares, policies) * move the content API schema build from /generators to /content-api. Extract types' register functions into a dedicated folder * fix schema generation on bootstrap * update the graphql service file to match new services arch * fix single type queries * simplify entity's resolver * use apollo graphql conventions for resolver's args naming * use the graphql extension system in i18n to add a locale arg to localized queries & mutations
2021-09-01 12:06:51 +02:00
'use strict'
;
const
createExtension
=
require
(
'./extension'
)
;
[V4] GraphQL - Migrate Users & Permissions GraphQL config to V4 (#10979) * Migrate UsersPermissions's GQL configuration to V4 * Remove old graphql configuration
2021-09-15 15:44:42 +02:00
module
.
exports
=
createExtension
;
Reference in New Issue
Copy Permalink