mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
fix: add documentId to me
graphql query (#22321)
This commit is contained in:
parent
46c3b79e02
commit
eb39c6a021
@ -6,6 +6,7 @@ module.exports = ({ nexus }) => {
|
|||||||
|
|
||||||
definition(t) {
|
definition(t) {
|
||||||
t.nonNull.id('id');
|
t.nonNull.id('id');
|
||||||
|
t.nonNull.id('documentId');
|
||||||
t.nonNull.string('username');
|
t.nonNull.string('username');
|
||||||
t.string('email');
|
t.string('email');
|
||||||
t.boolean('confirmed');
|
t.boolean('confirmed');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user