From 26b70b40ce4dc301094f21eb72c8ab35a441f0cf Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Tue, 15 Feb 2022 09:28:16 -0800 Subject: [PATCH] Update README.md (#4139) --- datahub-graphql-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub-graphql-core/README.md b/datahub-graphql-core/README.md index d89599b0cc18bc..d915b9ea61fe0e 100644 --- a/datahub-graphql-core/README.md +++ b/datahub-graphql-core/README.md @@ -26,7 +26,7 @@ We've chosen to place these components in a library module so that GraphQL serve When extending the GMS graph, the following steps should be followed: -1. Extend `gms.graphql` schema with new `types` (Queries) or `inputs` (Mutations). +1. Extend `entity.graphql` schema with new `types` (Queries) or `inputs` (Mutations). These should generally mirror the GMS models exactly, with notable exceptions: