graphiql-app icon indicating copy to clipboard operation
graphiql-app copied to clipboard

Autocomplete not working

Open samuela opened this issue 7 years ago • 2 comments

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.

samuela avatar Oct 12 '18 01:10 samuela

Is there anything in the console output stating any errors?

rjrobinson avatar Nov 03 '18 14:11 rjrobinson

@rjrobinson No, there are no errors in the console.

samuela avatar Nov 03 '18 23:11 samuela