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

feat(Feat/get condition directly): Change the way select and join are retrieved from the GraphQL query. #35

Merged
merged 13 commits into from
Jan 12, 2025

Conversation

Ho-s
Copy link
Owner

@Ho-s Ho-s commented Jan 12, 2025

I've modified logic to get select and join from GraphQL query users provide for better scalability and readability.

as-is

From the graphql query,
get select and join in ExtendedRepository(src/common/graphql/customExtended.ts)

to-be

From the graphql query,
get select and join in interceptor and param decorator.

conclustion

You can find detail codes in interceptor named UseRepositoryInterceptor and param decorator named GraphQLQueryToOption

@Ho-s Ho-s added the feature New function label Jan 12, 2025
@Ho-s Ho-s self-assigned this Jan 12, 2025
@Ho-s Ho-s merged commit d91e731 into main Jan 12, 2025
1 check passed
@Ho-s Ho-s deleted the feat/get-condition-directly branch January 12, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New function
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant