Package io.github.ermadmi78.kobby
Class KobbyTypeOperationQueryExtension
-
- All Implemented Interfaces:
public class KobbyTypeOperationQueryExtensionOperation query. The part of the query responsible for applying the type subquery to the target GraphQL type.
-
-
Constructor Summary
Constructors Constructor Description KobbyTypeOperationQueryExtension()
-
Method Summary
Modifier and Type Method Description final Unitinclude(Action<KobbyTypeQueryExtension> action)Include operation. final Unitexclude(Action<KobbyTypeQueryExtension> action)Exclude operation. -
-
Method Detail
-
include
final Unit include(Action<KobbyTypeQueryExtension> action)
Include operation. Apply the type subquery to a target GraphQL type. Put fields of the target type that match the subquery into the query result.
- Parameters:
action- type subquery
-
exclude
final Unit exclude(Action<KobbyTypeQueryExtension> action)
Exclude operation. Apply the type subquery to a target GraphQL type. Put fields of the target type that do not match the subquery into the query result.
- Parameters:
action- type subquery
-
-
-
-