Module: Static::CreateOrg

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"createOrg"
Query =
"  mutation createOrg($input: CreateOrgInput!){\n  createOrg(input: $input){\n      _id\n      nodes{\n          _id\n          name\n          description\n          createdAt\n          updatedAt\n          children\n          root\n      }\n  }\n}\n"