Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 13, 2025

Summary

  • Added DcDgLinksAggregateOrderBy class with the same structure as LinksAggregateOrderBy
  • Created DcDgLinksAggregateOrderByInputType with GraphQL name dc_dg_links_aggregate_order_by
  • Updated LinksOrderBy class to use DcDgLinksAggregateOrderByInputType for in_aggregate and out_aggregate fields
  • Updated LinksOrderByInputType to reference the new aggregate type

Test plan

  • Built the C# schema project successfully
  • No compilation errors found
  • All existing functionality preserved with new aggregate type

🤖 Generated with Claude Code


Resolves #4

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #4
@konard konard self-assigned this Sep 13, 2025
…gate fields

Added DcDgLinksAggregateOrderBy class and DcDgLinksAggregateOrderByInputType
with GraphQL name "dc_dg_links_aggregate_order_by" as requested in issue #4.
Updated LinksOrderBy and LinksOrderByInputType to use the new type for
in_aggregate and out_aggregate fields.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@konard konard changed the title [WIP] Support in_aggregate and out_aggregate fields for OrderBy class Support in_aggregate and out_aggregate fields for OrderBy class Sep 13, 2025
@konard konard marked this pull request as ready for review September 13, 2025 05:48
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.

Support in_aggregate and out_aggregate fields for OrderBy class

2 participants