You are reading content from Scuttlebutt
@Rabble %H3LFAiWt4XpuMDNEYOlBH7lH+VGcWk1JVnuuS9zAa0k=.sha256
Re: %2OmtLqgVG

Ok, i'm thinking, there's something about graphql i don't know... but perhaps others also don't know it. So i think it should be in the readme perhaps.

{
    process Mutation
}


{
  "errors": [
    {
      "message": "Unknown field \"process\" on type \"Query\"",
      "locations": [
        {
          "line": 30,
          "column": 2
        }
      ]
    },
    {
      "message": "Unknown field \"Mutation\" on type \"Query\"",
      "locations": [
        {
          "line": 30,
          "column": 10
        }
      ]
    }
  ]
}

Where do you run process Mutation?

Join Scuttlebutt now