diff options
Diffstat (limited to 'graphql/schema/root.graphql')
-rw-r--r-- | graphql/schema/root.graphql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphql/schema/root.graphql b/graphql/schema/root.graphql index f66272ca..2a12cc37 100644 --- a/graphql/schema/root.graphql +++ b/graphql/schema/root.graphql @@ -3,6 +3,8 @@ type Query { defaultRepository: Repository """Access a repository by reference/name.""" repository(ref: String!): Repository + + #TODO: connection for all repositories } type Mutation { |