Class KobbyTypeOperationQueryExtension

  • All Implemented Interfaces:

    
    public class KobbyTypeOperationQueryExtension
    
                        

    Operation query. The part of the query responsible for applying the type subquery to the target GraphQL type.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit include(Action<KobbyTypeQueryExtension> action) Include operation.
      final Unit exclude(Action<KobbyTypeQueryExtension> action) Exclude operation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KobbyTypeOperationQueryExtension

        KobbyTypeOperationQueryExtension()
    • 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