Uses of Class
org.allGraphQLCases.client2.Foo140

Packages that use Foo140
Package
Description
 
  • Uses of Foo140 in org.allGraphQLCases.client2

    Methods in org.allGraphQLCases.client2 that return Foo140
    Modifier and Type
    Method
    Description
    Foo140.Builder.build()
     
    MyQueryTypeExecutorAllGraphQLCases2.foo140(ObjectResponse objectResponse, Object... paramsAndValues)
    test for issue #140 (error for type that implements multiple interfaces)
    This method is expected by the graphql-java framework.
    MyQueryTypeExecutorAllGraphQLCases2.foo140(String queryResponseDef, Object... paramsAndValues)
    test for issue #140 (error for type that implements multiple interfaces)
    This method executes a partial query on the foo140 query against the GraphQL server.
    MyQueryTypeExecutorAllGraphQLCases2.foo140WithBindValues(ObjectResponse objectResponse, Map<String,Object> parameters)
    test for issue #140 (error for type that implements multiple interfaces)
    This method is expected by the graphql-java framework.
    MyQueryTypeExecutorAllGraphQLCases2.foo140WithBindValues(String queryResponseDef, Map<String,Object> parameters)
    test for issue #140 (error for type that implements multiple interfaces)
    This method executes a partial query on the foo140 query against the GraphQL server.
    MyQueryType.getFoo140()
    test for issue #140 (error for type that implements multiple interfaces)
    Methods in org.allGraphQLCases.client2 that return types with arguments of type Foo140
    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Optional<Foo140>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.foo140(ObjectResponse objectResponse, Object... paramsAndValues)
    test for issue #140 (error for type that implements multiple interfaces)
    This method is expected by the graphql-java framework.
    reactor.core.publisher.Mono<Optional<Foo140>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.foo140(String queryResponseDef, Object... paramsAndValues)
    test for issue #140 (error for type that implements multiple interfaces)
    This method executes a partial query against the GraphQL server.
    reactor.core.publisher.Mono<Optional<Foo140>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.foo140WithBindValues(ObjectResponse objectResponse, Map<String,Object> parameters)
    test for issue #140 (error for type that implements multiple interfaces)
    This method is expected by the graphql-java framework.
    reactor.core.publisher.Mono<Optional<Foo140>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.foo140WithBindValues(String queryResponseDef, Map<String,Object> parameters)
    test for issue #140 (error for type that implements multiple interfaces) This method executes a partial query against the GraphQL server.
    Methods in org.allGraphQLCases.client2 with parameters of type Foo140
    Modifier and Type
    Method
    Description
    void
    MyQueryType.setFoo140(Foo140 foo140)
    test for issue #140 (error for type that implements multiple interfaces)
    MyQueryType.Builder.withFoo140(Foo140 foo140Param)
    test for issue #140 (error for type that implements multiple interfaces)