Module: Static::RemoveFromInvitation

Defined in:
lib/static.rb

Constant Summary collapse

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