AccountPreferenceUpsertPayload
Autogenerated return type of AccountPreferenceUpsert
type AccountPreferenceUpsertPayload {
accountPreferences: AccountPreferences
clientMutationId: String
errors: [UserError!]!
}
Fields
AccountPreferenceUpsertPayload.accountPreferences ● AccountPreferences object common
Updated account preferences.
AccountPreferenceUpsertPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AccountPreferenceUpsertPayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
accountPreferenceUpsert mutation