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

ra-data-graphql-simple: export internal methods to allow for more customization #9296

Merged
merged 1 commit into from Sep 26, 2023
Merged

ra-data-graphql-simple: export internal methods to allow for more customization #9296

merged 1 commit into from Sep 26, 2023

Conversation

dricholm
Copy link
Contributor

Resolves #9278, same as #9279 but targeting next instead of master

Problem

Without writing a complete build query factory it's not possible to customize ra-data-graphql-simple's default build query. If we only want to modify the response parser for example, we would need to write build GraphQL query and variables logic as well.

Solution

Export buildQueryFactory, buildGqlQuery, buildVariables and getResponseParser from the package to allow for more granular customization.

Copy link
Contributor

@slax57 slax57 left a comment

Choose a reason for hiding this comment

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

Thanks!

@slax57 slax57 added this to the 4.15.0 milestone Sep 26, 2023
@slax57 slax57 merged commit b676c2f into marmelab:next Sep 26, 2023
10 checks passed
@slax57 slax57 changed the title Additional exports for customization in ra-data-graphql-simple ra-data-graphql-simple: export internal methods to allow for more customization Sep 26, 2023
@dricholm dricholm deleted the ra-data-graphql-simple-additional-exports branch September 26, 2023 09:41
@Myou5uf
Copy link

Myou5uf commented Nov 1, 2023

Hello everyone. You can demonstrate an example of configuration using these features. I don't quite understand how this can be used. Thanks

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.

None yet

4 participants