From 0a0f7ce2165bb7c02ed741938bfba148046e790f Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 20 Jul 2018 16:26:35 -0600 Subject: [PATCH] fix: marked username as nullable --- src/core/server/graph/tenant/schema/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/server/graph/tenant/schema/schema.graphql b/src/core/server/graph/tenant/schema/schema.graphql index a3085b32f..f53f642eb 100644 --- a/src/core/server/graph/tenant/schema/schema.graphql +++ b/src/core/server/graph/tenant/schema/schema.graphql @@ -361,7 +361,7 @@ type User { """ username is the name of the User visible to other Users. """ - username: String! + username: String """ displayName is provided optionally when enabled and available.