Skip to content

Commit 6525acb

Browse files
committed
fix: emailsEnabled is fairly new, removing for now
1 parent 2f739a5 commit 6525acb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ They can be accessed exactly as shown in this list.
359359

360360
- `group.description` (string) Description of the namespace
361361
- `group.emails_disabled` (optional bool) Indicates if a group has email notifications disabled
362-
- `group.emails_enabled` (optional bool) Indicates if a group has email notifications enabled
363362
- `group.full_name` (string) Full name of the namespace
364363
- `group.full_path` (string) Full path of the namespace
365364
- `group.id` (string) ID of the namespace

schema/gitlab.schema.graphqls

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ type ContextGroup {
6363
Description: String!
6464
"Indicates if a group has email notifications disabled"
6565
EmailsDisabled: Boolean
66-
"Indicates if a group has email notifications enabled"
67-
EmailsEnabled: Boolean
6866
"Full name of the namespace"
6967
FullName: String!
7068
"Full path of the namespace"

0 commit comments

Comments
 (0)