diff --git a/graphql/db.json b/graphql/db.json index 80b4ea2..f30ee0c 100644 --- a/graphql/db.json +++ b/graphql/db.json @@ -21,7 +21,8 @@ { "firstName": "Anthony", "age": 26, - "id": "yOTVhLU" + "id": "yOTVhLU", + "companyId": "2" } ], "companies": [ @@ -36,4 +37,4 @@ "description": "search" } ] -} \ No newline at end of file +}