From 718639bf3fd894cf6c98e63a517c9c2524a75064 Mon Sep 17 00:00:00 2001 From: kaioken Date: Fri, 7 Jun 2024 10:51:06 -0400 Subject: [PATCH] refact: fix lastname --- graphql/schemas/Guild/people.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql/schemas/Guild/people.graphql b/graphql/schemas/Guild/people.graphql index 404c9d056..dc7ddc312 100644 --- a/graphql/schemas/Guild/people.graphql +++ b/graphql/schemas/Guild/people.graphql @@ -6,7 +6,7 @@ type People { name: String! @method(name: "getName") firstname: String! middlename: String - lastname: String! + lastname: String dob: Date contacts: [Contact!]! @hasMany address: [Address!]! @hasMany @@ -50,7 +50,7 @@ input PeopleParticipantInput { id: ID firstname: String! middlename: String - lastname: String! + lastname: String participants_types_id: ID! facebook_contact_id: String twitter_contact_id: String