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

fix: Generate useDeleteExercise hook #2006

Conversation

flacial
Copy link
Member

@flacial flacial commented Jun 22, 2022

Closes #2005

To generate a hook for a specific resolver, the document has to be created for it. This is how GraphQL code-gen works.

By merging this PR, the document for deleteExercise will be created and the missing flagged fields will be added to the Exercise type.

@vercel
Copy link

vercel bot commented Jun 22, 2022

@flacial is attempting to deploy a commit to the c0d3-prod Team on Vercel.

A member of the Team first needs to authorize it.

@codecov
Copy link

codecov bot commented Jun 22, 2022

Codecov Report

Merging #2006 (160319f) into master (22a4ef5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2006   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          169       169           
  Lines         2886      2886           
  Branches       761       761           
=========================================
  Hits          2886      2886           

@vercel
Copy link

vercel bot commented Jun 23, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
c0d3-app ✅ Ready (Inspect) Visit Preview Jun 23, 2022 at 2:04AM (UTC)

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.

fix: useDeleteExercise hook not generated
3 participants