CreateCommitInput
Autogenerated input type of CreateCommit
input CreateCommitInput {
clientMutationId: String
input: CommitInput!
}
Fields
CreateCommitInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateCommitInput.input
● CommitInput!
non-null input
Member Of
createCommit
mutation