We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189c5a1 commit 2115ffbCopy full SHA for 2115ffb
src/utils/schema/resolvers/Meta/getMetaPeopleResolver.ts
@@ -12,7 +12,7 @@ const getMetaUsersResolver = async (field: any) => {
12
choices: people
13
? people.map((x) => {
14
return {
15
- text: x.username,
+ text: x.firstname + ', ' + x.lastname,
16
value: x._id,
17
};
18
})
0 commit comments