This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="fas fa-envelope" href="mailto:?subject=Trade like a pro&body=This is neat!%0A%0AGet Mega Duper App.%0A%0APlease sign up with my link: {{ url }}%26channel=email"></a> | |
<a class="fab fa-facebook-f" href="https://www.facebook.com/sharer.php?u={{ url }}%26channel=facebook" | |
data-share-url="https://www.facebook.com/sharer.php?u={{ url }}%26channel=facebook" onclick="javascript:window.open(this.getAttribute('data-share-url'), '_blank', 'width=800,height=500');return false;"></a> | |
<a class="fab fa-facebook-messenger" href="fb-messenger://share/?link={{ url }}%26channel=fb_messenger" | |
data-share-url="fb-messenger://share/?link={{ url }}%26channel=fb_messenger" onclick="javascript:window.open(this.getAttribute('data-share-url'), '_blank', 'width=800,height=500');return false;"></a> | |
<a class="fab fa-whatsapp" href="whatsapp://send?text=Get+Mega+Duper+App%3A+{{ url }}%26channel=whatsapp" | |
data-share-url="whatsapp://send?text=Get+Mega+Duper+App%3A+{{ url }}%26channel=whatsapp" | |
onclick="javascript:window.open |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type User { | |
id: ID! | |
username: String! | |
email: String! | |
profile: Profile | |
settings: Settings | |
} | |
type Profile { | |
id: ID! |
OlderNewer