Skip to content

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