-
Notifications
You must be signed in to change notification settings - Fork 328
Closed as not planned
Closed as not planned
Copy link
Labels
status: duplicateA duplicate of another issueA duplicate of another issue
Description
I cannot see the fragmentName function that is in the documentation.
public interface RequestSpec {
RequestSpec operationName(@nullable String operationName);
RequestSpec variable(String name, @Nullable Object value);
RequestSpec variables(Map<String, Object> variables);
RequestSpec extension(String name, @Nullable Object value);
RequestSpec extensions(Map<String, Object> extensions);
RequestSpec attribute(String name, Object value);
RequestSpec attributes(Consumer<Map<String, Object>> attributesConsumer);
RetrieveSyncSpec retrieveSync(String path);
RetrieveSpec retrieve(String path);
RetrieveSubscriptionSpec retrieveSubscription(String path);
ClientGraphQlResponse executeSync();
Mono<ClientGraphQlResponse> execute();
Flux<ClientGraphQlResponse> executeSubscription();
}
Metadata
Metadata
Assignees
Labels
status: duplicateA duplicate of another issueA duplicate of another issue