graphql-playground Questions
1
Solved
I'm testing some implementations in the GraphQL Playground, in which I want to send a specific cookie, so that I can fetch it in my resolver. I'm using the built in Http Headers pane in the playgro...
Slater asked 24/6, 2021 at 11:8
1
We have a GraphQL mutation with a byte array (Blob) field. How can I use tools like Insomnia or GraphQL playground to send byte array data to test the API?
mutation {
saveSomething(something: {
...
Aeriela asked 11/8, 2019 at 2:16
1
I want to define some http headers for the GraphQL Playground, to be enabled by default and/or always. Essentially, I want to add:
"apollographql-client-name": "playground"
&quo...
Otology asked 12/7, 2020 at 9:48
1
Solved
I have the following problem trying to install rebing/graphql-laravel via composer:
$ composer require rebing/graphql-laravel
Using version ^2.1 for rebing/graphql-laravel
./composer.json has been...
Augustaaugustan asked 14/10, 2019 at 2:56
1
Solved
I am trying to document my APIs using GraphQL. For readability issues, I want to leave comments in multi-line but it doesn't seem to work with regular '\n' newline symbol
"""
Return:\n true : DB ...
Chita asked 29/8, 2019 at 7:8
1
© 2022 - 2024 — McMap. All rights reserved.