Skip to content

Commit

Permalink
Merge pull request #1461 from bakaphp/hotfix-people-lsatname
Browse files Browse the repository at this point in the history
Merge pull request #1445 from bakaphp/development
  • Loading branch information
kaioken authored Jun 7, 2024
2 parents 15605e8 + 718639b commit 4eb0dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql/schemas/Guild/people.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4eb0dad

Please sign in to comment.