sourcegraph/doc/api/graphql
flying-robot 3586c1fd2a
Fix the "List first 1,000 repositories" GraphQL example
The link included an `enabled` parameter that is no longer supported, resulting in the following error if you attempt to execute the query:

{
  "errors": [
    {
      "message": "Unknown argument \"enabled\" on field \"repositories\" of type \"Query\".",
      "locations": [
        {
          "line": 2,
          "column": 29
        }
      ]
    }
  ]
}

ref https://github.com/sourcegraph/sourcegraph/issues/13715
2020-10-14 07:39:02 -04:00
..
examples.md Fix the "List first 1,000 repositories" GraphQL example 2020-10-14 07:39:02 -04:00
index.md doc: permissions api (#7703) 2020-01-13 17:22:21 -08:00
search.md Fix typos across sourcegraph repo (#8847) 2020-03-07 07:51:26 +02:00