Module: Static::RemoveOrgNode
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"removeOrgNode"
- Query =
<<-EOS mutation removeOrgNode($input: RemoveOrgNodeInput!){ removeOrgNode(input: $input){ _id nodes{ _id name description createdAt updatedAt children root } } } EOS