-
-
Notifications
You must be signed in to change notification settings - Fork 604
rename graph query #1280
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
rename graph query #1280
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||||
PR Type
Enhancement
Description
Rename graph query method from
SearchAsynctoExecuteQueryAsyncRename result class from
GraphSearchResulttoGraphQueryResultRefactor options classes into hierarchy with
GraphQueryExecuteOptionsbaseUpdate all implementations and callers across multiple plugins
Diagram Walkthrough
File Walkthrough
11 files
Rename SearchAsync to ExecuteQueryAsyncRename SearchAsync to ExecuteQueryAsyncRename GraphSearchResult to GraphQueryResultRefactor options into inheritance hierarchyUpdate to use new ExecuteQueryAsync and GraphQueryOptionsUpdate SearchAsync to ExecuteQueryAsync implementationUpdate SearchAsync to ExecuteQueryAsync implementationUpdate method calls and add Provider propertyUpdate SearchAsync to ExecuteQueryAsync callUpdate SearchAsync to ExecuteQueryAsync implementationUpdate GraphSearchResult to GraphQueryResult