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(sdk/dotnet): rework on query builder #7208

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. feat(sdk/dotnet): rework on the SDK

    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1081c2f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. feat(sdk/dotnet): make QueryBuilder support most type

    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ae7ab1b View commit details
    Browse the repository at this point in the history
  2. refactor(sdk/dotnet): use Select instead of ConvertAll

    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dc16184 View commit details
    Browse the repository at this point in the history
  3. chore(sdk/dotnet): use JsonElement instead of object

    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b7dd8e6 View commit details
    Browse the repository at this point in the history
  4. fix(sdk/dotnet): bring codegen back

    But still out of the solution since it under construction.
    
    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3952fee View commit details
    Browse the repository at this point in the history
  5. fix(sdk/dotnet): add graphql response type

    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3c64240 View commit details
    Browse the repository at this point in the history
  6. refactor(sdk/dotnet): rename children to Path

    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ffe3227 View commit details
    Browse the repository at this point in the history
  7. refactor(sdk/dotnet): rename GraphQLType -> Value

    Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
    wingyplus committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    14a7cb6 View commit details
    Browse the repository at this point in the history