SetupMyProfilePayload
Autogenerated return type of SetupMyProfile.
type SetupMyProfilePayload {
clientMutationId: String
my_profile: UserConProfile!
}
Fields
SetupMyProfilePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
SetupMyProfilePayload.my_profile ● UserConProfile! non-null object
The created or existing profile.
Returned By
setupMyProfile mutation