update config file and sample graphql

This commit is contained in:
2026-05-15 21:34:45 +10:00
parent 09ac6c6bb1
commit fa3b289a77
3 changed files with 13 additions and 7 deletions
+3 -3
View File
@@ -180,11 +180,11 @@ PM> Scaffold-DbContext "Host=postgresdb;Port=5432;database=FamilyTreeDB;user id=
https://www.youtube.com/watch?v=HnXA8RI7Tvc
query {
family {
persons {
nodes{
id
firstname
lastname
firstName
sex
email
}