added working graphql 4 module and started materio_graphql

This commit is contained in:
2020-12-09 22:55:16 +01:00
parent 2fbba0fe7f
commit 2071a99ca2
16 changed files with 525 additions and 27 deletions

View File

@@ -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

View 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

View File

@@ -0,0 +1 @@
contexts_used: '["materio","stringTranslationUi"]'

View File

@@ -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'

View File

@@ -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'

View File

@@ -6,4 +6,5 @@ id: unverified
label: Unverified
weight: -10
is_admin: null
permissions: { }
permissions:
- 'execute materio persisted graphql requests'