fix: add documentId to me graphql query (#22321)

This commit is contained in:
Laurens Kling 2024-12-02 12:56:05 +01:00 committed by GitHub
parent 46c3b79e02
commit eb39c6a021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ module.exports = ({ nexus }) => {
definition(t) {
t.nonNull.id('id');
t.nonNull.id('documentId');
t.nonNull.string('username');
t.string('email');
t.boolean('confirmed');