Commit
No description
type Commit implements Object { type: ObjectType! id: String! shortId: String! author: Signature! committer: Signature! message: String! tree: Tree! parents: [Commit!]! diff: String! trailers: [Trailer!]!}Fields
Section titled “Fields”Commit.type ● ObjectType!non-nullenum {#type}
Section titled “Commit.type ● ObjectType! {#type}”Commit.id ● String!non-nullscalar {#id}
Section titled “Commit.id ● String! {#id}”Commit.shortId ● String!non-nullscalar {#short-id}
Section titled “Commit.shortId ● String! {#short-id}”Commit.author ● Signature!non-nullobject {#author}
Section titled “Commit.author ● Signature! {#author}”Commit.committer ● Signature!non-nullobject {#committer}
Section titled “Commit.committer ● Signature! {#committer}”Commit.message ● String!non-nullscalar {#message}
Section titled “Commit.message ● String! {#message}”Commit.tree ● Tree!non-nullobject {#tree}
Section titled “Commit.tree ● Tree! {#tree}”Commit.parents ● [Commit!]!non-nullobject {#parents}
Section titled “Commit.parents ● [Commit!]! {#parents}”Commit.diff ● String!non-nullscalar {#diff}
Section titled “Commit.diff ● String! {#diff}”Commit.trailers ● [Trailer!]!non-nullobject {#trailers}
Section titled “Commit.trailers ● [Trailer!]! {#trailers}”Interfaces
Section titled “Interfaces”Objectinterface
Section titled “Object ”Member Of
Section titled “Member Of”Commit object ● CommitCursor object ● Repository object