Skip to main content

UpdateProfilePayload

The output of our update Profile mutation.

type UpdateProfilePayload {
clientMutationId: String
profile: Profile
query: Query
account: Account
}

Fields

UpdateProfilePayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

UpdateProfilePayload.profile ● Profile object

The Profile that was updated by this mutation.

UpdateProfilePayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateProfilePayload.account ● Account object

Reads a single Account that is related to this Profile.

Returned By

updateProfile mutation ● updateProfileByNodeId mutation