Uses of Interface
org.allGraphQLCases.client2.Client

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

    Methods in org.allGraphQLCases.client2 that return Client
    Modifier and Type
    Method
    Description
    MyQueryType.getIssue128()
    test for issue #128 (compilation error when a Query returns a type 'Client')
    MyQueryTypeExecutorAllGraphQLCases2.issue128(ObjectResponse objectResponse, Object... paramsAndValues)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method is expected by the graphql-java framework.
    MyQueryTypeExecutorAllGraphQLCases2.issue128(String queryResponseDef, Object... paramsAndValues)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method executes a partial query on the issue128 query against the GraphQL server.
    MyQueryTypeExecutorAllGraphQLCases2.issue128WithBindValues(ObjectResponse objectResponse, Map<String,Object> parameters)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method is expected by the graphql-java framework.
    MyQueryTypeExecutorAllGraphQLCases2.issue128WithBindValues(String queryResponseDef, Map<String,Object> parameters)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method executes a partial query on the issue128 query against the GraphQL server.
    Methods in org.allGraphQLCases.client2 that return types with arguments of type Client
    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Optional<Client>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.issue128(ObjectResponse objectResponse, Object... paramsAndValues)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method is expected by the graphql-java framework.
    reactor.core.publisher.Mono<Optional<Client>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.issue128(String queryResponseDef, Object... paramsAndValues)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method executes a partial query against the GraphQL server.
    reactor.core.publisher.Mono<Optional<Client>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.issue128WithBindValues(ObjectResponse objectResponse, Map<String,Object> parameters)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    This method is expected by the graphql-java framework.
    reactor.core.publisher.Mono<Optional<Client>>
    MyQueryTypeReactiveExecutorAllGraphQLCases2.issue128WithBindValues(String queryResponseDef, Map<String,Object> parameters)
    test for issue #128 (compilation error when a Query returns a type 'Client') This method executes a partial query against the GraphQL server.
    Methods in org.allGraphQLCases.client2 with parameters of type Client
    Modifier and Type
    Method
    Description
    void
    MyQueryType.setIssue128(Client issue128)
    test for issue #128 (compilation error when a Query returns a type 'Client')
    MyQueryType.Builder.withIssue128(Client issue128Param)
    test for issue #128 (compilation error when a Query returns a type 'Client')