graphiql-app
graphiql-app copied to clipboard
Autocomplete not working
I can't get autocomplete to show up at all. I know that the server is connected properly since it responds to queries and GraphiQL displays them appropriately. And GETing produces the graphql manifest:
{
"Content": {
"Case": "Direct",
"Fields": [
{
"documentId": 1546054821,
"data": {
"__schema": {
"queryType": {
"name": "Query"
},
"mutationType": null,
"subscriptionType": null,
"types": [
{
"kind": "SCALAR",
"name": "Int",
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "String",
...
I don't see any errors in the Developer Tools. I'm on version 0.7.2.
Is there anything in the console output stating any errors?
@rjrobinson No, there are no errors in the console.