root.graphql

1type Query {
2    """Access a repository by reference/name. If no ref is given, the default repository is returned if any."""
3    repository(ref: String): Repository
4}
5
6type Mutation # See each entity mutations