tuist/projects/cloud/app/frontend/graphql/CommandEventDetail.graphql

17 lines
252 B
GraphQL

fragment CommandEventDetail on CommandEvent {
id
name
subcommand
commandArguments
duration
clientId
tuistVersion
swiftVersion
macosVersion
createdAt
cacheableTargets
localCacheTargetHits
remoteCacheTargetHits
cacheHitRate
}