I tried below code to create organization using my github account getting error
mutation { createOrganization(input: { login: "besttestzzzz", admin: true }) { organization { id login } } }
{ "input": { "admin": [ "testgithubaccount" ],
"clientMutationId": "",
"login": "testgithubaccount"
} }
I got errors view the below image.