diff options
Diffstat (limited to 'graphql/schema/repository.graphql')
-rw-r--r-- | graphql/schema/repository.graphql | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphql/schema/repository.graphql b/graphql/schema/repository.graphql index a4f4b424..0fb491e0 100644 --- a/graphql/schema/repository.graphql +++ b/graphql/schema/repository.graphql @@ -28,8 +28,11 @@ type Repository { last: Int ): IdentityConnection! - identity(prefix: String!):Identity + identity(prefix: String!): Identity """The identity created or selected by the user as its own""" - userIdentity:Identity + userIdentity: Identity + + """List of valid labels.""" + validLabels: [Label!]! }
\ No newline at end of file |