Module: Static::RemoveOrgNode

Defined in:
lib/static.rb

Constant Summary collapse

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