ActionSendSplitSelection
No description
type ActionSendSplitSelection {
actionSendSplitEmail: ActionSendSplitEmail!
created_at: DateTime
created_by: User
email: Email!
id: ID!
order: Int
percentage: Float
updated_at: DateTime
updated_by: User
}
Fields
ActionSendSplitSelection.actionSendSplitEmail
● ActionSendSplitEmail!
non-null object
ActionSendSplitSelection.created_at
● DateTime
scalar
ActionSendSplitSelection.created_by
● User
object
ActionSendSplitSelection.email
● Email!
non-null object
ActionSendSplitSelection.id
● ID!
non-null scalar
ActionSendSplitSelection.order
● Int
scalar
ActionSendSplitSelection.percentage
● Float
scalar
ActionSendSplitSelection.updated_at
● DateTime
scalar
ActionSendSplitSelection.updated_by
● User
object
Returned By
actionSendSplitSelection
query ● createActionSendSplitSelection
mutation ● deleteActionSendSplitSelection
mutation ● updateActionSendSplitSelection
mutation
Member Of
ActionSendSplitEmail
object ● ActionSendSplitSelectionPaginator
object