CustomSignalTemplate
Custom Signal Template
type CustomSignalTemplate {
accountId: ID!
connectionType: ConnectionType!
contentTypeIds: [ID!]!
counter: Float
createdAt: ISO8601DateTime!
icon: String!
id: ID!
locales(
after: String
before: String
first: Int
last: Int
): CustomSignalTemplateLocaleConnection!
showAsColumn: Boolean!
signalType: SignalType!
signalTypeId: ID!
target: Float
updatedAt: ISO8601DateTime!
valueFormat: ValueFormat!
}
Fields
CustomSignalTemplate.accountId ● ID! non-null scalar
Account id
CustomSignalTemplate.connectionType ● ConnectionType! non-null enum
Connection type
CustomSignalTemplate.contentTypeIds ● [ID!]! non-null scalar
Content type ids
CustomSignalTemplate.counter ● Float scalar
Counter
CustomSignalTemplate.createdAt ● ISO8601DateTime! non-null scalar
Created at
CustomSignalTemplate.icon ● String! non-null scalar
Icon
CustomSignalTemplate.id ● ID! non-null scalar
Id
CustomSignalTemplate.locales ● CustomSignalTemplateLocaleConnection! non-null object
Locales
CustomSignalTemplate.locales.after ● String scalar
Returns the elements in the list that come after the specified cursor.
CustomSignalTemplate.locales.before ● String scalar
Returns the elements in the list that come before the specified cursor.
CustomSignalTemplate.locales.first ● Int scalar
Returns the first _n_ elements from the list.
CustomSignalTemplate.locales.last ● Int scalar
Returns the last _n_ elements from the list.
CustomSignalTemplate.showAsColumn ● Boolean! non-null scalar
Show as column
CustomSignalTemplate.signalType ● SignalType! non-null object
Signal type
CustomSignalTemplate.signalTypeId ● ID! non-null scalar
Signal type id
CustomSignalTemplate.target ● Float scalar
Target
CustomSignalTemplate.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
CustomSignalTemplate.valueFormat ● ValueFormat! non-null enum
Value format
Member Of
CreateCustomSignalTemplatePayload object ● CustomSignalTemplateConnection object ● CustomSignalTemplateEdge object ● DeleteCustomSignalTemplatePayload object ● SocialSignal object ● UpdateCustomSignalTemplatePayload object