8000 Update Yoga GraphiQL to latest by dotansimha · Pull Request #431 · the-guild-org/conductor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Update Yoga GraphiQL to latest #431

Merged
merged 1 commit into from
Feb 11, 2024
Merged
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
2 changes: 1 addition & 1 deletion plugins/graphiql/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Plugin for GraphiQLPlugin {

use conductor_common::http::{ConductorHttpResponse, HttpHeadersMap, StatusCode, CONTENT_TYPE};

const YOGA_GRAPHIQL_VERSION: &str = "4.1.1";
const YOGA_GRAPHIQL_VERSION: &str = "4.2.1";

pub fn render_graphiql(config: &GraphiQLPluginConfig, endpoint: String) -> ConductorHttpResponse {
let config = GraphiQLSource {
Expand Down
0