Skip to main content

Commit

No description

type Commit implements BaseFields {
asset: Asset!
commitDate: ISO8601DateTime!
commitHash: String!
createdAt: ISO8601DateTime!
developer: DeveloperType!
id: ID!
updatedAt: ISO8601DateTime!
}

Fields

Commit.asset ● Asset! non-null object

Commit.commitDate ● ISO8601DateTime! non-null scalar

Commit.commitHash ● String! non-null scalar

Commit.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

Commit.developer ● DeveloperType! non-null object

Commit.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

Commit.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

Interfaces

BaseFields interface

Member Of

CreateCommitPayload object