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: correct TS code generation to generate paginated fields #3808

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

jeronimoalbi
Copy link
Member

@jeronimoalbi jeronimoalbi commented Dec 5, 2023

Closes #3809

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Merging #3808 (a9d41d8) into main (70e787f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3808   +/-   ##
=======================================
  Coverage   24.21%   24.22%           
=======================================
  Files         292      292           
  Lines       24495    24496    +1     
=======================================
+ Hits         5932     5933    +1     
  Misses      18024    18024           
  Partials      539      539           
Files Coverage Δ
ignite/pkg/cosmosanalysis/module/module.go 61.15% <100.00%> (+0.16%) ⬆️

@jeronimoalbi
Copy link
Member Author

@clockworkgr this PR should fix the issue with the missing pagination support when Vue composables are generated

@ilgooz ilgooz merged commit 9aa965c into main Dec 5, 2023
42 checks passed
@ilgooz ilgooz deleted the fix/tsclient-vue-generate-pagination branch December 5, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ci CI/CD workflow and automated jobs. component:code-gen Related to code generation component:configs component:packages component:ts-client type:error Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix TS code generation to support pagination
2 participants