Module: Static::RemoveFromInvitation

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"removeFromInvitation"
Query =
"  mutation removeFromInvitation($client: String!, $phone: String){\n  removeFromInvitation(client: $client, phone: $phone){\n      client\n      phone\n      isDeleted\n      createdAt\n      updatedAt\n  }\n}\n"