Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
graphql_compose
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
graphql_compose
Merge requests
!108
Issue
#3492332
: Add support for Storage entities (allie-micka)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3492332
: Add support for Storage entities (allie-micka)
issue/graphql_compose-3492332:3492332-storage-entity
into
2.3.x
Overview
0
Commits
1
Pipelines
2
Changes
4
Merged
Al Munnings
requested to merge
issue/graphql_compose-3492332:3492332-storage-entity
into
2.3.x
3 months ago
Overview
0
Commits
1
Pipelines
2
Changes
4
Expand
Closes
#3492332
0
0
Merge request reports
Compare
2.3.x
2.3.x (base)
and
latest version
latest version
eb7f9325
1 commit,
3 months ago
4 files
+
37
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/GraphQLCompose/EntityType/Group.php
+
2
−
0
Options
@@ -9,6 +9,8 @@ use Drupal\graphql_compose\Plugin\GraphQLCompose\GraphQLComposeEntityTypeBase;
/**
* {@inheritdoc}
*
* @see https://www.drupal.org/project/group
*
* This is mostly a placeholder entity type.
* Further works on the groups module is assumed in the future.
* Probably via another contrib module.
Loading