Skip to content

orgs: update `create` mutation

Warren Gifford requested to merge leo/fix-orgs-create into main

Created by: leonore

running src orgs create -name X was failing with

GraphQL errors: {
  "locations": [
    {
      "column": 3,
      "line": 5
    }
  ],
  "message": "Cannot query field \"createOrg\" on type \"Mutation\". Did you mean \"createUser\"?"
}

the mutation name should be createOrganization

Test plan

SRC_ENDPOINT="https://sourcegraph.test:3443" SRC_ACCESS_TOKEN=${SG_TEST_TOKEN} go run ./cmd/src orgs create -name ce-team
Organization "ce-team" created.

Merge request reports

Loading