CreateProfileInput
All input for the create Profile mutation.
input CreateProfileInput {
clientMutationId: String
profile: ProfileInput!
}
Fields
CreateProfileInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateProfileInput.profile ● ProfileInput! non-null input
The Profile to be created by this mutation.
Member Of
createProfile mutation