aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/schema/identity.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/schema/identity.graphql')
-rw-r--r--api/graphql/schema/identity.graphql2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/schema/identity.graphql b/api/graphql/schema/identity.graphql
index 93154a90..c910ea55 100644
--- a/api/graphql/schema/identity.graphql
+++ b/api/graphql/schema/identity.graphql
@@ -1,7 +1,7 @@
"""Represents an identity"""
type Identity {
"""The identifier for this identity"""
- id: String!
+ id: ID!
"""The human version (truncated) identifier for this identity"""
humanId: String!
"""The name of the person, if known."""