OBJECT
Destination
An org-scoped publish channel: 1:1 to a vendor (Ayrshare) User Profile / social account.
link GraphQL Schema definition
1 type Destination { 2 3 : ID! 4 5 : ID! 6 7 : DestinationType 8 9 : String! 10 11 # Must conform to destinationType.configSchema; validated server-side at every 12 # write. 13 : JSONData 14 15 # Ayrshare Profile-Key — opaque credential, restricted to org admins. 16 : String! 17 18 # Linked social-account label, e.g. "@channel-name". 19 : String 20 21 : DestinationStatus! 22 23 # Short-lived vendor OAuth URL while status is PENDING_OAUTH; null once CONNECTED. 24 : String 25 26 : DateTime 27 28 : User 29 30 : DateTime! 31 32 : DateTime 33 34 }
link Required by
This element is not required by anyone