Skip to content

Commit

Permalink
make NadelHydrationWhenCondition public
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarker2 committed Jan 9, 2024
1 parent bb58e14 commit 3c3148e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package graphql.nadel.engine.blueprint.hydration

import graphql.nadel.engine.transform.query.NadelQueryPath

internal sealed class NadelHydrationWhenCondition {
sealed class NadelHydrationWhenCondition {
abstract val fieldPath: NadelQueryPath

abstract fun evaluate(fieldValue: Any?): Boolean
Expand Down

0 comments on commit 3c3148e

Please sign in to comment.