-
Notifications
You must be signed in to change notification settings - Fork 538
Can't submit graphiql options #558
Comments
@SephReed At the moment we support only express-graphql/src/renderGraphiQL.js Lines 11 to 18 in f826aae
What other properties do you need? |
|
I could also really use a way to inject custom ui alongside graphiql. I'm trying to get it to have a jwt token field so I can test it with authorized endpoints. |
@SephReed Problem is that we send HTML with GraphiQL to the browser so your In theory, we can have |
hmmm... It would work for me, but I don't think that's the right solution. Honestly, I think it would work better to allow users to hook into the graphiql response and inject the strings themselves. This would solve both of my problems at once, and allow for any other needed customizations. It would be janky, for sure, but sometimes that's the best way. So, in all:
|
These props (https://github.com/graphql/graphiql/tree/master/packages/graphiql#usage) should be submittable to the qraphiql instance. I can't figure out a way to send them.
The text was updated successfully, but these errors were encountered: