Module: Static::ReadEmailSentListByClient

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"ReadEmailSentListByClient"
Query =
"  query ReadEmailSentListByClient($client: String!, $page: Int, $count: Int){\n  ReadEmailSentListByClient(client: $client, page: $page, count: $count){\n      totalCount\n      list{\n          _id\n          user\n          subject\n          content\n          sender\n          receivers\n          post\n          createdAt\n          rejected\n          isDeleted\n          client\n      }\n  }\n}\n"