CustomPosting
No description
type CustomPosting {
accountId: ID!
articleId: ID!
createdAt: ISO8601DateTime!
id: ID!
unusedCustomSignalTemplateIds: [ID!]!
updatedAt: ISO8601DateTime!
}
Fields
CustomPosting.accountId ● ID! non-null scalar
CustomPosting.articleId ● ID! non-null scalar
CustomPosting.createdAt ● ISO8601DateTime! non-null scalar
Created at
CustomPosting.id ● ID! non-null scalar
CustomPosting.unusedCustomSignalTemplateIds ● [ID!]! non-null scalar
CustomPosting.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Member Of
CreateCustomPostingPayload object ● CustomPostingConnection object ● CustomPostingEdge object ● DeleteCustomPostingPayload object