aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/schema/root.graphql
blob: 721698b0d0ebae818168a36de10f073e08568968 (plain) (blame)
1
2
3
4
5
6
type Query {
    """Access a repository by reference/name. If no ref is given, the default repository is returned if any."""
    repository(ref: String): Repository
}

type Mutation # See each entity mutations