Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data center name filter to dataCenter gql query #692

Open
3 tasks done
joneubank opened this issue Oct 19, 2023 · 0 comments
Open
3 tasks done

Add data center name filter to dataCenter gql query #692

joneubank opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
new-feature Request is a new feature

Comments

@joneubank
Copy link
Member

joneubank commented Oct 19, 2023

Adds the ability to retrieve an individual data center by ID.

Detailed Description

  • Add a function getDataCenterByShortName to the program service http client
  • Add an optional parameter for the dataCenter query to filter by data center short name.
  • Update the dataCenters resolver to accept the short name filter, and fetch a single data center when provided using the new http client function
@joneubank joneubank added the new-feature Request is a new feature label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Request is a new feature
Projects
None yet
Development

No branches or pull requests

3 participants