MobileNotificationPreferencesUpsertPayload
Autogenerated return type of MobileNotificationPreferencesUpsert
type MobileNotificationPreferencesUpsertPayload {
agentPreferences(
after: String
before: String
first: Int
last: Int
): AgentPreferenceConnection!
clientMutationId: String
errors: [UserError!]!
}
Fields
MobileNotificationPreferencesUpsertPayload.agentPreferences ● AgentPreferenceConnection! non-null object common
The agent preferences.
MobileNotificationPreferencesUpsertPayload.agentPreferences.after●Stringscalar commonReturns the elements in the list that come after the specified cursor.
MobileNotificationPreferencesUpsertPayload.agentPreferences.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
MobileNotificationPreferencesUpsertPayload.agentPreferences.first ● Int scalar common
Returns the first n elements from the list.
MobileNotificationPreferencesUpsertPayload.agentPreferences.last ● Int scalar common
Returns the last n elements from the list.
MobileNotificationPreferencesUpsertPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
MobileNotificationPreferencesUpsertPayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
mobileNotificationPreferencesUpsert mutation