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

Feature/upgrade hc to v13 and optimize code #12

Merged
merged 7 commits into from
Jul 26, 2023

Conversation

cajuncoding
Copy link
Owner

No description provided.

… to process selections which simplifies our code a bit; but the Facade is still very useful. Also simplified processing of Cursor Paginated results and Deprecated Sorting and Cursor Paging methods that will be removed in the future and recommending the now optimized/simpiflied alternatives to use SetSortingIsHandled() or access SortArgs, and use ToGraphQLConnection() respectively. Additional code cleanup and removal.
… (Cursor Paging Provider & Handler, Offset Paging Provider & Handler, Sorting Provider & Handler)... this greatly simplifies the project and better leverages/encourages the use of HC OOTB features. Some basic code organization cleanup and simplifications (Constants classes now grouped), naming improvements, etc. Cursor Paging, Offset Paging, & Sorting are all working as expected. . . . Unit Test project fails and is WIP.
… IGraphQLRepoDbMapper when it's actually requested in the signature of the resolver, with full caching to ensure reflection work is only executed once-and-only-once. Additional code cleanup, and Unit test fixes.
…Process'... and all variants. Fixed Compile, and cleaned up Release notes. Dropped HC Version to the original v13 for maximum compatibility and re-tested; everything tested successfully.
# Conflicts:
#	Sample.StarWars-AzureFunctions-RepoDB/GraphQLPlaygroundFunctionEndpoint.cs
#	Sample.StarWars-AzureFunctions-RepoDB/StarWars-AzureFunctions-RepoDB.csproj
#	Sample.StarWars-AzureFunctions-RepoDB/Startup.cs
@cajuncoding cajuncoding merged commit 85a401d into main Jul 26, 2023
1 check passed
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.

1 participant