7 lines
80 B
GraphQL
7 lines
80 B
GraphQL
fragment RegularUser on User {
|
|
id
|
|
email
|
|
username
|
|
createdAt
|
|
updatedAt
|
|
} |