Skip to content

Commit

Permalink
Fix tests merge conflict (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawf authored Jan 8, 2025
1 parent b5800a0 commit 0a5d283
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class `batching conditional hydration in abstract type snapshot` : TestSn
| }
| ... on SingleActivity {
| batch_hydration__content__contentId: contentId
| batch_hydration__content__contentId: contentId
| }
| }
| }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ class `batching conditional hydration in abstract type` : NadelLegacyIntegration
{name: "ids" value: "${'$'}source.contentId"}
]
)
@hydrated(
service: "monolith"
field: "commentsByIds"
arguments: [
{name: "ids" value: "$source.contentId"}
]
)
}
type Issue {
id: ID!
Expand Down

0 comments on commit 0a5d283

Please sign in to comment.