Skip to content

Commit

Permalink
Merge pull request #3843 from uselagoon/orgproject-giturl
Browse files Browse the repository at this point in the history
feat: add `gitUrl` field to OrgProject
  • Loading branch information
tobybellwood authored Dec 2, 2024
2 parents b68e0ba + 1308016 commit 91d8c13
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 91d8c13

Please sign in to comment.