Skip to main content

CommitInput

No description

input CommitInput {
name: String!
email: String!
commitHash: String!
commitDate: ISO8601DateTime
assetId: ID!
}

Fields

CommitInput.name ● String! non-null scalar

The name of the author of the commit

CommitInput.email ● String! non-null scalar

The email address of the author of the commit

CommitInput.commitHash ● String! non-null scalar

The unique hash identifier for the commit

CommitInput.commitDate ● ISO8601DateTime scalar

The date when the commit was made

CommitInput.assetId ● ID! non-null scalar

The ID of the asset associated with the commit.

Member Of

CreateCommitInput input