Skip to content

Commit

Permalink
chore: fix codegen 12343 (#3274)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <nb@galoy.io>
  • Loading branch information
nicolasburtey and Nicolas Burtey committed May 20, 2024
1 parent 4021d45 commit 0509824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supergraph.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,8 @@ type User
id: ID!
apiKeys: [ApiKey!]!
statefulNotifications(first: Int!, after: String): StatefulNotificationConnection!
unacknowledgedStatefulNotificationsCount: Int!
statefulNotificationsWithoutBulletinEnabled(first: Int!, after: String): StatefulNotificationConnection!
unacknowledgedStatefulNotificationsWithoutBulletinEnabledCount: Int!
unacknowledgedStatefulNotificationsWithBulletinEnabled(first: Int!, after: String): StatefulNotificationConnection!

"""
Expand Down

0 comments on commit 0509824

Please sign in to comment.