Task: Upgraded the dgs graphql to submodules and parent modules for extends projects
This commit is contained in:
14
dgs-graphql/src/main/resources/schema/user.graphql
Normal file
14
dgs-graphql/src/main/resources/schema/user.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
type User {
|
||||
id: ID
|
||||
code: String
|
||||
username: String
|
||||
name: String
|
||||
enabled: Boolean
|
||||
}
|
||||
|
||||
input UserInput {
|
||||
username: String
|
||||
password: String
|
||||
name: String
|
||||
enabled: Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user