Skip to content

Commit

Permalink
feat: add gitUrl field to OrgProject
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketeerbkw committed Nov 19, 2024
1 parent 7bc11f0 commit 1308016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/api/src/typeDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ const typeDefs = gql`
id: Int
name: String
organization: Int
gitUrl: String
groups: [OrgGroupInterface]
groupCount: Int
notifications: [OrganizationNotification]
Expand Down

0 comments on commit 1308016

Please sign in to comment.