Skip to main content

MessageCenterMutationAdapter

No description

type MessageCenterMutationAdapter {
createMessages(
input: MessagesCreateInput!
): MessagesCreatePayload!
updateMessages(
input: MessagesUpdateInput!
): MessagesUpdatePayload!
deleteMessages(
input: MessagesDeleteInput!
): MessagesDeletePayload!
}

Fields

MessageCenterMutationAdapter.createMessages ● MessagesCreatePayload! non-null object

MessageCenterMutationAdapter.createMessages.input ● MessagesCreateInput! non-null input

MessageCenterMutationAdapter.updateMessages ● MessagesUpdatePayload! non-null object

MessageCenterMutationAdapter.updateMessages.input ● MessagesUpdateInput! non-null input

MessageCenterMutationAdapter.deleteMessages ● MessagesDeletePayload! non-null object

MessageCenterMutationAdapter.deleteMessages.input ● MessagesDeleteInput! non-null input

Returned By

messageCenter mutation