added working graphql 4 module and started materio_graphql
This commit is contained in:
@@ -83,7 +83,6 @@ module:
|
||||
flag_lists: 0
|
||||
genpass: 0
|
||||
graphql: 0
|
||||
graphql_core: 0
|
||||
help: 0
|
||||
honeypot: 0
|
||||
image: 0
|
||||
@@ -110,6 +109,7 @@ module:
|
||||
mailsystem: 0
|
||||
materio_decoupled: 0
|
||||
materio_flag: 0
|
||||
materio_graphql: 0
|
||||
materio_home: 0
|
||||
materio_jsonapi: 0
|
||||
materio_migrate: 0
|
||||
@@ -172,6 +172,7 @@ module:
|
||||
toolbar: 0
|
||||
toolbar_themes: 0
|
||||
translation_views: 0
|
||||
typed_data: 0
|
||||
ultimate_cron: 0
|
||||
update: 0
|
||||
url_to_video_filter: 0
|
||||
|
16
config/sync/graphql.graphql_servers.materio.yml
Normal file
16
config/sync/graphql.graphql_servers.materio.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
uuid: 459392ea-9948-4df3-bf5d-64905bafea0d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: materio
|
||||
label: materio
|
||||
schema: materio
|
||||
schema_configuration:
|
||||
materio:
|
||||
extensions:
|
||||
materio_extension: materio_extension
|
||||
persisted_queries_settings: { }
|
||||
endpoint: /mgq
|
||||
debug_flag: 0
|
||||
caching: false
|
||||
batching: false
|
1
config/sync/string_translation_ui.settings.yml
Normal file
1
config/sync/string_translation_ui.settings.yml
Normal file
@@ -0,0 +1 @@
|
||||
contexts_used: '["materio","stringTranslationUi"]'
|
@@ -21,6 +21,8 @@ permissions:
|
||||
- 'create generique workflow_transition'
|
||||
- 'create migration workflow_transition'
|
||||
- 'create workflow workflow_transition'
|
||||
- 'execute materio arbitrary graphql requests'
|
||||
- 'execute materio persisted graphql requests'
|
||||
- 'issue subrequests'
|
||||
- 'restful get config_rest_resource'
|
||||
- 'restful post user_registration'
|
||||
|
@@ -27,6 +27,8 @@ permissions:
|
||||
- 'edit own chutier entities'
|
||||
- 'edit own composition entities'
|
||||
- 'edit own fil entities'
|
||||
- 'execute materio arbitrary graphql requests'
|
||||
- 'execute materio persisted graphql requests'
|
||||
- 'issue subrequests'
|
||||
- 'manage own commerce_payment_method'
|
||||
- 'materio_jsonapi ownroles'
|
||||
|
@@ -6,4 +6,5 @@ id: unverified
|
||||
label: Unverified
|
||||
weight: -10
|
||||
is_admin: null
|
||||
permissions: { }
|
||||
permissions:
|
||||
- 'execute materio persisted graphql requests'
|
||||
|
Reference in New Issue
Block a user