customEmails
Fetch paginated custom emails collection
Arguments
Returns
[CustomEmail!]
Example
query customEmails( $email_type: String $provider_id: ID $offset: Int $page_size: Int $after: Cursor) { customEmails( email_type: $email_type provider_id: $provider_id offset: $offset page_size: $page_size after: $after ) { created_at cursor email_type greeting id message_body name reactivation_wait_days related_object subject updated_at user_id }}