mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 06:38:04 +00:00
6 lines
149 B
GraphQL
6 lines
149 B
GraphQL
![]() |
# This will host GQL schema extensions specific to the frontend.
|
||
|
|
||
|
extend type Mutation {
|
||
|
logIn(username: String!, password: String!): CorpUser
|
||
|
}
|