UpdateProfilePayload
Autogenerated return type of UpdateProfile
type UpdateProfilePayload {
clientMutationId: String
profile: Profile
}
Fields
UpdateProfilePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateProfilePayload.profile
● Profile
object
Returned By
updateProfile
mutation