diff options
Diffstat (limited to 'api/graphql/schema/identity.graphql')
-rw-r--r-- | api/graphql/schema/identity.graphql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/schema/identity.graphql b/api/graphql/schema/identity.graphql index c910ea55..502b0a4f 100644 --- a/api/graphql/schema/identity.graphql +++ b/api/graphql/schema/identity.graphql @@ -29,4 +29,4 @@ type IdentityConnection { type IdentityEdge { cursor: String! node: Identity! -}
\ No newline at end of file +} |