-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Summary - [x] Update the client types to use standard gql naming practices from [PR](#55) - [x] Update the ipam-api client `GetIPAddressesByNode(...)` to not use `_entities` query directly against ipam-api. Now uses [node-resolver](https://github.com/infratographer/node-resolver) via the supergraph. ``` query NodeIPAddresses { node(id:"loadbal-example") { id ... on LoadBalancer { id IPAddresses { id ip reserved } } } } ``` - [x] Move to hasura gql [client](https://github.com/hasura/go-graphql-client/pulls), - [x] Cleanup types to reduce duplication and ensure `graphql/json` struct tags are present ## Dependencies - [x] #55 Signed-off-by: Matt Siwiec <[email protected]>
- Loading branch information
Showing
6 changed files
with
177 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.