Class DataFetchersDelegateMyQueryTypeImpl

java.lang.Object
org.allGraphQLCases.server.impl.DataFetchersDelegateMyQueryTypeImpl
All Implemented Interfaces:
DataFetchersDelegateMyQueryType

@Component public class DataFetchersDelegateMyQueryTypeImpl extends Object implements DataFetchersDelegateMyQueryType
Author:
etienne-sf
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    _if(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.if.
    _implements(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String _if)
    Description for the implements field:
    Test for PR 177 (on server side, the returned value is the content of the if input parameter)
    This method loads the data for MyQueryType.implements.
    _import(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.import.
    _instanceof(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.instanceof.
    _int(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.int.
    _interface(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.interface.
    _long(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.long.
    _native(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.native.
    _new(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.new.
    _null(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    Description for the null field:
    Issue #188: null is not identified as a java keyword
    This method loads the data for MyQueryType.null.
    _package(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.package.
    _private(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.private.
    _protected(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.protected.
    _public(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.public.
    _return(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.return.
    _short(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.short.
    _static(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.static.
    _strictfp(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.strictfp.
    _super(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.super.
    _switch(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.switch.
    _synchronized(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.synchronized.
    _this(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.this.
    _throw(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.throw.
    _throws(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.throws.
    _transient(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.transient.
    _try(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.try.
    _void(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.void.
    _volatile(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.volatile.
    _while(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.while.
    aBreak(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    Description for the aBreak field:
    Check for GraphQL identifier that are java keywords
    This method loads the data for MyQueryType.aBreak.
    allFieldCases(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input)
    Description for the allFieldCases field:
    ################################################################################ # Complementary tests with the AllFieldCases Object
    This method loads the data for MyQueryType.allFieldCases.
    static String
    buildWithArguments(graphql.language.OperationDefinition operation)
     
    checkOverriddenController(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.checkOverriddenController.
    connectionOnHuman(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, SEP_Episode_SES SEP_Episode_SES)
    This method loads the data for MyQueryType.connectionOnHuman.
    connectionWithoutParameters(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.connectionWithoutParameters.
    directiveOnField(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    Description for the directiveOnField field:
    # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery
    directiveOnQuery(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Boolean uppercase)
    Description for the directiveOnQuery field:
    # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query
    enumWithReservedJavaKeywordAsValues(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    Description for the enumWithReservedJavaKeywordAsValues field:
    test for issue #139 (use of java reserved keyword)
    This method loads the data for MyQueryType.enumWithReservedJavaKeywordAsValues.
    error(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String errorLabel)
    Description for the error field:
    ################################################################################ # error always returns an error!
    foo140(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    Description for the foo140 field:
    test for issue #140 (error for type that implements multiple interfaces)
    This method loads the data for MyQueryType.foo140.
    issue128(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    Description for the issue128 field:
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method loads the data for MyQueryType.issue128.
    issue200(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Boolean param)
    This method loads the data for MyQueryType.issue200.
    issue53(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Date date)
    No action.
    issue82Float(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Double aFloat)
    Description for the issue82Float field:
    #issue82 is about hard coded values as parameters.
    issue82ID(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, UUID id)
    This method loads the data for MyQueryType.issue82ID.
    com.fasterxml.jackson.databind.node.ObjectNode
    json(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, com.fasterxml.jackson.databind.node.ObjectNode json)
    Description for the json field:
    Test of JSON scalar, for issue #205
    This method loads the data for MyQueryType.json.
    List<com.fasterxml.jackson.databind.node.ObjectNode>
    jsons(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons)
    This method loads the data for MyQueryType.jsons.
    jsonsWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithJson_SINS> input)
    This method loads the data for MyQueryType.jsonsWithInput.
    jsonWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithJson_SINS input)
    This method loads the data for MyQueryType.jsonWithInput.
    This method loads the data for MyQueryType.listOfEnumWithReservedJavaKeywordAsValues.
    object(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Object object)
    This method loads the data for MyQueryType.object.
    objects(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<Object> objects)
    This method loads the data for MyQueryType.objects.
    objectsWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input)
    This method loads the data for MyQueryType.objectsWithInput.
    objectWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithObject_SINS input)
    This method loads the data for MyQueryType.objectWithInput.
    relay(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.relay.
    reservedJavaKeywordAllFieldCases(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.reservedJavaKeywordAllFieldCases.
    returnEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.returnEnum.
    returnListOfEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.returnListOfEnums.
    returnListOfListOfEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.returnListOfListOfEnums.
    returnListOfMandatoryEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.returnListOfMandatoryEnums.
    returnMandatoryEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.returnMandatoryEnum.
    returnMandatoryListOfEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.returnMandatoryListOfEnums.
    returnMandatoryListOfMandatoryEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    This method loads the data for MyQueryType.returnMandatoryListOfMandatoryEnums.
    byte[]
    testBase64String(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, byte[] input)
    Description for the testBase64String field:
    Test for issue #174: a custom scalar which Java type is an array
    This method loads the data for MyQueryType.testBase64String.
    unionTest(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_HumanInput_SINS human1, SINP_HumanInput_SINS human2, SINP_DroidInput_SINS droid1, SINP_DroidInput_SINS droid2)
    Description for the unionTest field:
    ################################################################################ # Test for unions
    This method loads the data for MyQueryType.unionTest.
    withEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES SEP_Episode_SES)
    This method loads the data for MyQueryType.withEnum.
    withList(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String name, List<SINP_CharacterInput_SINS> characters)
    Description for the withList field:
    ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput
    withListOfList(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<List<Double>> matrix)
    This method loads the data for MyQueryType.withListOfList.
    withOneMandatoryParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character)
    This method loads the data for MyQueryType.withOneMandatoryParam.
    withOneMandatoryParamDefaultValue(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Integer result)
    This method loads the data for MyQueryType.withOneMandatoryParamDefaultValue.
    withOneOptionalParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character)
    This method loads the data for MyQueryType.withOneOptionalParam.
    withoutParameters(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
    Description for the withoutParameters field:
    This is a description to describe the field withoutParameters on two lines
    This method loads the data for MyQueryType.withoutParameters.
    withTwoMandatoryParamDefaultVal(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_DroidInput_SINS theHero, Integer num)
    This method loads the data for MyQueryType.withTwoMandatoryParamDefaultVal.

    Methods inherited from class java.lang.Object

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

    • DataFetchersDelegateMyQueryTypeImpl

      public DataFetchersDelegateMyQueryTypeImpl()
  • Method Details

    • withoutParameters

      public List<SIP_Character_SIS> withoutParameters(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the withoutParameters field:
      This is a description to describe the field withoutParameters on two lines
      This method loads the data for MyQueryType.withoutParameters.
      Specified by:
      withoutParameters in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • withOneOptionalParam

      public SIP_Character_SIS withOneOptionalParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.withOneOptionalParam.
      Specified by:
      withOneOptionalParam in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      character - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • withOneMandatoryParam

      public SIP_Character_SIS withOneMandatoryParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_CharacterInput_SINS character)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.withOneMandatoryParam.
      Specified by:
      withOneMandatoryParam in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      character - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • withEnum

      public SIP_Character_SIS withEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_Episode_SES SEP_Episode_SES)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.withEnum.
      Specified by:
      withEnum in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      SEP_Episode_SES - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • withListOfList

      public STP_AllFieldCases_STS withListOfList(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<List<Double>> matrix)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.withListOfList.
      Specified by:
      withListOfList in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      matrix - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • withList

      public List<SIP_Character_SIS> withList(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String name, List<SINP_CharacterInput_SINS> characters)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the withList field:
      ################################################################################ # withList return a list of Characters, matching the given list of CharacterInput. # The name of the first Character returned is replaced by the given firstName. # All ids are generated
      This method loads the data for MyQueryType.withList.
      Specified by:
      withList in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      name - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
      characters - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • error

      public SIP_Character_SIS error(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String errorLabel)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the error field:
      ################################################################################ # error always returns an error! (used to check the error management)
      This method loads the data for MyQueryType.error.
      Specified by:
      error in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      errorLabel - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • allFieldCases

      public STP_AllFieldCases_STS allFieldCases(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_AllFieldCasesInput_SINS input)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the allFieldCases field:
      ################################################################################ # Complementary tests with the AllFieldCases Object
      This method loads the data for MyQueryType.allFieldCases.
      Specified by:
      allFieldCases in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      input - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • aBreak

      public STP_break_STS aBreak(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the aBreak field:
      Check for GraphQL identifier that are java keywords
      This method loads the data for MyQueryType.aBreak.
      Specified by:
      aBreak in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • directiveOnQuery

      public List<String> directiveOnQuery(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Boolean uppercase)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the directiveOnQuery field:
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query. # List is null if the directive is not present.
      This method loads the data for MyQueryType.directiveOnQuery.
      Specified by:
      directiveOnQuery in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      uppercase - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • directiveOnField

      public SIP_Character_SIS directiveOnField(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the directiveOnField field:
      # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery. # List is null if the directive is not present.
      This method loads the data for MyQueryType.directiveOnField.
      Specified by:
      directiveOnField in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • unionTest

      public List<SUP_AnyCharacter_SUS> unionTest(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_HumanInput_SINS human1, SINP_HumanInput_SINS human2, SINP_DroidInput_SINS droid1, SINP_DroidInput_SINS droid2)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the unionTest field:
      ################################################################################ # Test for unions
      This method loads the data for MyQueryType.unionTest.
      Specified by:
      unionTest in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      human1 - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
      human2 - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
      droid1 - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
      droid2 - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • withOneMandatoryParamDefaultValue

      public Integer withOneMandatoryParamDefaultValue(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Integer result)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.withOneMandatoryParamDefaultValue.
      Specified by:
      withOneMandatoryParamDefaultValue in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      result - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • withTwoMandatoryParamDefaultVal

      public STP_Droid_STS withTwoMandatoryParamDefaultVal(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_DroidInput_SINS theHero, Integer num)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.withTwoMandatoryParamDefaultVal.
      Specified by:
      withTwoMandatoryParamDefaultVal in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      theHero - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
      num - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • relay

      public STP_MyQueryType_STS relay(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.relay.
      Specified by:
      relay in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • connectionWithoutParameters

      public SIP_CharacterConnection_SIS connectionWithoutParameters(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.connectionWithoutParameters.
      Specified by:
      connectionWithoutParameters in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • connectionOnHuman

      public STP_HumanConnection_STS connectionOnHuman(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, SEP_Episode_SES SEP_Episode_SES)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.connectionOnHuman.
      Specified by:
      connectionOnHuman in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      planet - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
      SEP_Episode_SES - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • issue53

      public Date issue53(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Date date)
      No action. It just returns the date parameter, to check serialization and deserialization on both sides
      Specified by:
      issue53 in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      date - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • issue82Float

      public Double issue82Float(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Double aFloat)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the issue82Float field:
      #issue82 is about hard coded values as parameters. Other types are tests with other queries, but there was no method with a simple float parameter
      This method loads the data for MyQueryType.issue82Float.
      Specified by:
      issue82Float in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      aFloat - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • issue82ID

      public UUID issue82ID(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, UUID id)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.issue82ID.
      Specified by:
      issue82ID in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      id - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • issue128

      public SIP_Client_SIS issue128(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the issue128 field:
      test for issue #128 (compilation error when a Query returns a type 'Client')
      This method loads the data for MyQueryType.issue128.
      Specified by:
      issue128 in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • foo140

      public STP_Foo140_STS foo140(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the foo140 field:
      test for issue #140 (error for type that implements multiple interfaces)
      This method loads the data for MyQueryType.foo140.
      Specified by:
      foo140 in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • enumWithReservedJavaKeywordAsValues

      public SEP_EnumWithReservedJavaKeywordAsValues_SES enumWithReservedJavaKeywordAsValues(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the enumWithReservedJavaKeywordAsValues field:
      test for issue #139 (use of java reserved keyword)
      This method loads the data for MyQueryType.enumWithReservedJavaKeywordAsValues.
      Specified by:
      enumWithReservedJavaKeywordAsValues in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • listOfEnumWithReservedJavaKeywordAsValues

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> listOfEnumWithReservedJavaKeywordAsValues(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SEP_EnumWithReservedJavaKeywordAsValues_SES param1, List<SEP_EnumWithReservedJavaKeywordAsValues_SES> param2)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.listOfEnumWithReservedJavaKeywordAsValues.
      Specified by:
      listOfEnumWithReservedJavaKeywordAsValues in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      param1 - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
      param2 - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • _if

      public String _if(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.if.
      Specified by:
      _if in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _implements

      public String _implements(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String _if)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the implements field:
      Test for PR 177 (on server side, the returned value is the content of the if input parameter)
      This method loads the data for MyQueryType.implements.
      Specified by:
      _implements in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _import

      public String _import(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.import.
      Specified by:
      _import in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _instanceof

      public String _instanceof(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.instanceof.
      Specified by:
      _instanceof in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _int

      public String _int(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.int.
      Specified by:
      _int in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _interface

      public String _interface(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.interface.
      Specified by:
      _interface in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _long

      public String _long(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.long.
      Specified by:
      _long in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _native

      public String _native(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.native.
      Specified by:
      _native in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _new

      public String _new(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.new.
      Specified by:
      _new in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _package

      public String _package(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.package.
      Specified by:
      _package in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _private

      public String _private(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.private.
      Specified by:
      _private in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _protected

      public String _protected(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.protected.
      Specified by:
      _protected in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _public

      public String _public(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.public.
      Specified by:
      _public in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _return

      public String _return(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.return.
      Specified by:
      _return in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _short

      public String _short(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.short.
      Specified by:
      _short in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _static

      public String _static(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.static.
      Specified by:
      _static in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _strictfp

      public String _strictfp(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.strictfp.
      Specified by:
      _strictfp in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _super

      public String _super(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.super.
      Specified by:
      _super in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _switch

      public String _switch(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.switch.
      Specified by:
      _switch in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _synchronized

      public String _synchronized(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.synchronized.
      Specified by:
      _synchronized in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _this

      public String _this(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.this.
      Specified by:
      _this in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _throw

      public String _throw(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.throw.
      Specified by:
      _throw in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _throws

      public String _throws(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.throws.
      Specified by:
      _throws in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _transient

      public String _transient(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.transient.
      Specified by:
      _transient in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _try

      public String _try(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.try.
      Specified by:
      _try in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _void

      public String _void(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.void.
      Specified by:
      _void in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _volatile

      public String _volatile(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.volatile.
      Specified by:
      _volatile in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _while

      public String _while(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.while.
      Specified by:
      _while in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • reservedJavaKeywordAllFieldCases

      public STP_ReservedJavaKeywordAllFieldCases_STS reservedJavaKeywordAllFieldCases(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.reservedJavaKeywordAllFieldCases.
      Specified by:
      reservedJavaKeywordAllFieldCases in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • testBase64String

      public byte[] testBase64String(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, byte[] input)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the testBase64String field:
      Test for issue #174: a custom scalar which Java type is an array
      This method loads the data for MyQueryType.testBase64String.
      Specified by:
      testBase64String in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      input - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • returnEnum

      public SEP_EnumWithReservedJavaKeywordAsValues_SES returnEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.returnEnum.
      Specified by:
      returnEnum in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • returnMandatoryEnum

      public SEP_EnumWithReservedJavaKeywordAsValues_SES returnMandatoryEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.returnMandatoryEnum.
      Specified by:
      returnMandatoryEnum in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • returnListOfEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.returnListOfEnums.
      Specified by:
      returnListOfEnums in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • returnListOfListOfEnums

      public List<List<SEP_EnumWithReservedJavaKeywordAsValues_SES>> returnListOfListOfEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.returnListOfListOfEnums.
      Specified by:
      returnListOfListOfEnums in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • returnListOfMandatoryEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnListOfMandatoryEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.returnListOfMandatoryEnums.
      Specified by:
      returnListOfMandatoryEnums in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • returnMandatoryListOfEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.returnMandatoryListOfEnums.
      Specified by:
      returnMandatoryListOfEnums in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • returnMandatoryListOfMandatoryEnums

      public List<SEP_EnumWithReservedJavaKeywordAsValues_SES> returnMandatoryListOfMandatoryEnums(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.returnMandatoryListOfMandatoryEnums.
      Specified by:
      returnMandatoryListOfMandatoryEnums in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • _null

      public String _null(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the null field:
      Issue #188: null is not identified as a java keyword
      This method loads the data for MyQueryType.null.
      Specified by:
      _null in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • checkOverriddenController

      public String checkOverriddenController(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.checkOverriddenController.
      Specified by:
      checkOverriddenController in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
    • issue200

      public Boolean issue200(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Boolean param)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.issue200.
      Specified by:
      issue200 in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      param - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • json

      public com.fasterxml.jackson.databind.node.ObjectNode json(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, com.fasterxml.jackson.databind.node.ObjectNode json)
      Description copied from interface: DataFetchersDelegateMyQueryType
      Description for the json field:
      Test of JSON scalar, for issue #205
      This method loads the data for MyQueryType.json.
      Specified by:
      json in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      json - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • jsons

      public List<com.fasterxml.jackson.databind.node.ObjectNode> jsons(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.jsons.
      Specified by:
      jsons in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      jsons - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • object

      public Object object(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Object object)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.object.
      Specified by:
      object in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      object - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • objects

      public List<Object> objects(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<Object> objects)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.objects.
      Specified by:
      objects in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      objects - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • jsonWithInput

      public STP_TypeWithJson_STS jsonWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithJson_SINS input)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.jsonWithInput.
      Specified by:
      jsonWithInput in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      input - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • jsonsWithInput

      public List<STP_TypeWithJson_STS> jsonsWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithJson_SINS> input)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.jsonsWithInput.
      Specified by:
      jsonsWithInput in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      input - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • objectWithInput

      public STP_TypeWithObject_STS objectWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithObject_SINS input)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.objectWithInput.
      Specified by:
      objectWithInput in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      input - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • objectsWithInput

      public List<STP_TypeWithObject_STS> objectsWithInput(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input)
      Description copied from interface: DataFetchersDelegateMyQueryType
      This method loads the data for MyQueryType.objectsWithInput.
      Specified by:
      objectsWithInput in interface DataFetchersDelegateMyQueryType
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      input - The input parameter sent in the query by the GraphQL consumer, as defined in the GraphQL schema.
    • buildWithArguments

      public static String buildWithArguments(graphql.language.OperationDefinition operation)