Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public Single<ExploreRequest> build(
return this.build(requestContext, explorerScope, arguments, selectionSet);
}

private Single<ExploreRequest> build(
@Override
public Single<ExploreRequest> build(
GraphQlRequestContext requestContext,
String explorerScope,
Map<String, Object> arguments,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ Single<ExploreRequest> build(
GraphQlRequestContext context,
Map<String, Object> arguments,
DataFetchingFieldSelectionSet selectionSet);

Single<ExploreRequest> build(
GraphQlRequestContext requestContext,
String explorerScope,
Map<String, Object> arguments,
DataFetchingFieldSelectionSet selectionSet);
}