mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 06:38:04 +00:00

* Productionalizing GraphQL Part 1: Dataset Query support + introducing common datahub-graphql-core module. Co-authored-by: John Joyce <jjoyce0510@gmail.com>
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
|
|
}
|