Skip to content

Commit 9b7aeb7

Browse files
authored
Merge pull request #55 from oslabs-beta/dylan2040-patch-1
Update README.md
2 parents a38a0c5 + eeddbd5 commit 9b7aeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, adding a new GraphQL type "User" with the fields "id", "age", and "
2323

2424
You will notice that all these items revolve around a similar piece of information - User and its fields: id, age, and messages.
2525

26-
GraphQL Designer solves this repetition by requiring the developer just to enter the information once. Once a GraphQL type is created on this platform, root queries, mutations, client queries, and a NoSQL schema or SQL create script is auto generated and ready for download. After download, the code can be simply dragged and dropped into your code base or favorite text editor!
26+
GraphQL Blueprint solves this repetition by requiring the developer just to enter the information once. Once a GraphQL type is created on this platform, root queries, mutations, client queries, and a NoSQL schema or SQL create script is auto generated and ready for download. After download, the code can be simply dragged and dropped into your code base or favorite text editor!
2727

2828
## How To Use
2929

0 commit comments

Comments
 (0)