Skip to content

Commit

Permalink
add shared ip address to graphql query of GetApp() (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
  • Loading branch information
aryan9600 authored Oct 4, 2024
1 parent ac13e4f commit 1820ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource_apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (client *Client) GetApp(ctx context.Context, appName string) (*App, error)
createdAt
}
}
sharedIpAddress
imageDetails {
registry
repository
Expand Down

0 comments on commit 1820ed5

Please sign in to comment.