Skip to main content

sendMembershipRequest method

[String] sendMembershipRequest(

  1. [[String] orgId]

)

mutation to send the member request.

params:

  • orgId: refer org object

returns:

  • String: mutation in string form, to be passed on to graphql client.

Implementation

String sendMembershipRequest(String orgId) 
  1. talawa
  2. queries
  3. Queries
  4. sendMembershipRequest method
Queries class