OBJECT
SocialLink
Social link
link GraphQL Schema definition
- type SocialLink {
- # "rel" value of the link, e.g. "publisher"
- String :
- # Name of the social network.
- SocialNetworkEnum! :
- String! :
- }
OBJECT
Social link
- type SocialLink {
- # "rel" value of the link, e.g. "publisher"
- String :
- # Name of the social network.
- SocialNetworkEnum! :
- String! :
- }