From 920b1b4d7cdfea907d43801f6bdde4c5ded6ffc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Tue, 3 Sep 2019 15:19:43 -0300 Subject: [PATCH] Update schema.md Line break for proper render. See . --- content/documentation/v12/schema.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/documentation/v12/schema.md b/content/documentation/v12/schema.md index 86174924..82d9e3f6 100644 --- a/content/documentation/v12/schema.md +++ b/content/documentation/v12/schema.md @@ -294,7 +294,8 @@ The GraphQL type system supports the following kind of types: ``graphql-java`` supports the following Scalars: -Standard graphql scalars : +Standard graphql scalars: + * ``GraphQLString`` * ``GraphQLBoolean`` * ``GraphQLInt``