diff options
Diffstat (limited to 'graphql/schema/identity.graphql')
-rw-r--r-- | graphql/schema/identity.graphql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/schema/identity.graphql b/graphql/schema/identity.graphql index 9e76d885..7c5ef126 100644 --- a/graphql/schema/identity.graphql +++ b/graphql/schema/identity.graphql @@ -10,4 +10,4 @@ type Identity { displayName: String! """An url to an avatar""" avatarUrl: String -}
\ No newline at end of file +} |