Skip to content

Commit

Permalink
Add network fields to SimplifiedEnvironment type
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Jan 18, 2024
1 parent 0ce5508 commit 6aa1960
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/dataall/core/environment/api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
type=gql.Ref('Organization'),
resolver=get_parent_organization,
),
gql.Field(
name='networks',
type=gql.ArrayType(gql.Ref('Vpc')),
resolver=resolve_vpc_list,
)
],
)

Expand Down

0 comments on commit 6aa1960

Please sign in to comment.