Added a new field called allow_phone_communication in MemberLead. This can be used to store if the user wants the phone number to be visible in MemberLead CRM.
Graphql API - createMemberLead
New argument - allow_phone_communication
If the allow_phone_communication is true, then in the member lead response the phone and country code will be returned and if it is false, then it will be returned as null.
Note: For all the existing member leads the allow_phone_communication is marked as false and hence the phone and country code will be returned as null.