From 1aab73450987ebdaa813265b6911b4ce8134a788 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 3 Sep 2024 12:27:07 +0200 Subject: Add name and address fields for users --- src/graphql/query.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphql/query.rs') diff --git a/src/graphql/query.rs b/src/graphql/query.rs index 27ef11f..d2b7968 100644 --- a/src/graphql/query.rs +++ b/src/graphql/query.rs @@ -18,7 +18,7 @@ impl Query { /// curl http://localhost:8000/graphql /// -H 'authorization: Bearer ***' /// -H 'content-type: application/json' - /// -d '{"query":"{users(limit: 2) { id, email, password, isAdmin }}"}' + /// -d '{"query":"{users(limit: 2) { id, email, password, name, address, isAdmin }}"}' /// ``` async fn users<'ctx>( &self, -- cgit v1.2.3-18-g5258