Skip to content

break: remove client.query() & client.subscribe()#1461

Merged
dOrgJelli merged 5 commits into
origin-devfrom
remove-graphql-dependency
Dec 22, 2022
Merged

break: remove client.query() & client.subscribe()#1461
dOrgJelli merged 5 commits into
origin-devfrom
remove-graphql-dependency

Conversation

@dOrgJelli
Copy link
Copy Markdown
Contributor

No description provided.

Niraj-Kamdar
Niraj-Kamdar previously approved these changes Dec 21, 2022
Copy link
Copy Markdown
Contributor

@Niraj-Kamdar Niraj-Kamdar left a comment

Choose a reason for hiding this comment

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

LGTM! What about subscription?

nerfZael
nerfZael previously approved these changes Dec 21, 2022
Comment thread package.json
"prettier": "2.2.1",
"rimraf": "3.0.2"
},
"resolutions": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Security patch or?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This was removed here: #1452

And it turns out it's needed within the top-level package.json because of a problem w/ package resolution within the monorepo. React is still used within the template project, and when you install the react template's deps directly (cd packages/templates/app/typescript-react && yarn) it works, but at the root monorepo level it fails due to mismatched dependencies.

@cbrzn
Copy link
Copy Markdown
Contributor

cbrzn commented Dec 21, 2022

LGTM! What about subscription?

I would agree to remove subscription here too!

@krisbitney
Copy link
Copy Markdown
Contributor

LGTM! What about subscription?

I would agree to remove subscription here too!

Same, I don't think it's ever been used. It makes sense to remove it!

@dOrgJelli dOrgJelli dismissed stale reviews from nerfZael and Niraj-Kamdar via 4d3db19 December 21, 2022 16:32
@dOrgJelli dOrgJelli changed the title break: remove query() method & GraphQL from the client break: remove client.query() & client.subscribe() Dec 22, 2022
@dOrgJelli dOrgJelli merged commit 6d2355f into origin-dev Dec 22, 2022
@dOrgJelli dOrgJelli deleted the remove-graphql-dependency branch April 10, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants