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

Display points #53

Merged
merged 2 commits into from
Mar 16, 2022
Merged

Display points #53

merged 2 commits into from
Mar 16, 2022

Conversation

mspratt-biot
Copy link

No description provided.

@mspratt-biot mspratt-biot self-assigned this Mar 16, 2022
constructor(private apollo: Apollo) {}

getPoints(deviceId: string): Observable<ApolloQueryResult<PointsQueryResponse>> {
this.devicesQuery = this.apollo.watchQuery<PointsQueryResponse, PointsQueryVariables>({

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be

this.pointsQuery = ...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes, missed that from the copy-paste...i will re-work it regardless with ur new api to get points

@mspratt-biot mspratt-biot merged commit c6dc142 into master Mar 16, 2022
@mspratt-biot mspratt-biot deleted the DisplayPoints branch August 4, 2022 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants