Welcome to mirror list, hosted at ThFree Co, Russian Federation.

count.fragment.graphql « queries « graphql « instance_statistics « analytics « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40cef95c2e73814f8bdfe48f2d21b97dc90566f9 (plain)
1
2
3
4
fragment Count on InstanceStatisticsMeasurement {
  count
  recordedAt
}