socialSignalsForCustomPosting
Returns a list of social signals based on custom posting id
socialSignalsForCustomPosting(
after: String
before: String
customPostingId: ID!
first: Int
last: Int
): SocialSignalConnection
Arguments
socialSignalsForCustomPosting.after ● String scalar
Returns the elements in the list that come after the specified cursor.
socialSignalsForCustomPosting.before ● String scalar
Returns the elements in the list that come before the specified cursor.
socialSignalsForCustomPosting.customPostingId ● ID! non-null scalar
Custom Posting ID
socialSignalsForCustomPosting.first ● Int scalar
Returns the first _n_ elements from the list.
socialSignalsForCustomPosting.last ● Int scalar
Returns the last _n_ elements from the list.
Type
SocialSignalConnection object
The connection type for SocialSignal.