Skip to content
Snippets Groups Projects

Include coverage reports from child pipeline

All threads resolved!
22 files
+ 47
47
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -15,7 +15,7 @@ class GroupMemberType < BaseObject
field :notification_email,
resolver: Resolvers::GroupMembers::NotificationEmailResolver,
description: "Group notification email for User. Only availble for admins."
description: "Group notification email for User. Only available for admins."
def group
Gitlab::Graphql::Loaders::BatchModelLoader.new(Group, object.source_id).find
Loading