7 lines
133 B
GraphQL
7 lines
133 B
GraphQL
#import "ee_else_ce/repository/queries/commit.fragment.graphql"
|
|
|
|
query getCommits {
|
|
commits @client {
|
|
...TreeEntryCommit
|
|
}
|
|
}
|