UpdateProfileByNodeIdInput
All input for the updateProfileByNodeId mutation.
input UpdateProfileByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ProfilePatch!
}
Fields
UpdateProfileByNodeIdInput.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.
UpdateProfileByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single Profile to be updated.
UpdateProfileByNodeIdInput.patch ● ProfilePatch! non-null input
An object where the defined keys will be set on the Profile being updated.
Member Of
updateProfileByNodeId mutation