Skip to content

Commit

Permalink
add and configure graphql compose module
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 13, 2023
1 parent 8e6ce05 commit 1bd058b
Show file tree
Hide file tree
Showing 7 changed files with 754 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"drupal/fontawesome": "^2.19",
"drupal/google_analytics": "^4.0",
"drupal/google_tag": "^2.0",
"drupal/graphql_compose": "^2.0",
"drupal/hook_event_dispatcher": "^4.0@beta",
"drupal/image_effects": "^3.2",
"drupal/imagemagick": "^3.1",
Expand Down Expand Up @@ -161,7 +162,7 @@
"su-sws/stanford_fields": "^8.2",
"su-sws/stanford_media": "^10.0",
"su-sws/stanford_migrate": "^8.3",
"su-sws/stanford_profile_helper": "^9.4",
"su-sws/stanford_profile_helper": "9.x-dev",
"su-sws/stanford_samlauth": "^1.0"
},
"config": {
Expand Down
10 changes: 10 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ module:
fontawesome: 0
google_analytics: 0
google_tag: 0
graphql: 0
graphql_compose: 0
graphql_compose_edges: 0
graphql_compose_layout_paragraphs: 0
graphql_compose_layouts: 0
graphql_compose_menus: 0
graphql_compose_routes: 0
graphql_compose_views: 0
help: 0
hook_event_dispatcher: 0
image: 0
Expand Down Expand Up @@ -181,6 +189,7 @@ module:
stanford_events_importer: 0
stanford_events_series: 0
stanford_fields: 0
stanford_graphql: 0
stanford_image_styles: 0
stanford_intranet: 0
stanford_layout_paragraphs: 0
Expand Down Expand Up @@ -209,6 +218,7 @@ module:
token_or: 0
toolbar: 0
transliterate_filenames: 0
typed_data: 0
ui_patterns: 0
ui_patterns_ds: 0
ui_patterns_layouts: 0
Expand Down
20 changes: 20 additions & 0 deletions config/sync/graphql.graphql_servers.graphql_compose_server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
uuid: 25048f47-8a6b-4b7a-8c97-8426ab033007
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: dULytq5-P9vB0mwJKkq7UzeOzww4dCFSWDUvs9tEAXc
name: graphql_compose_server
label: 'GraphQL Compose - Server'
endpoint: /graphql
debug_flag: 1
schema: graphql_compose
caching: true
batching: true
disable_introspection: false
query_depth: null
query_complexity: null
schema_configuration: { }
persisted_queries_settings:
automatic_persisted_query:
weight: 0
Loading

0 comments on commit 1bd058b

Please sign in to comment.