mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 14:16:48 +00:00

* Introducing updateDataset mutation * WritableType -> MutableType * Add createdAt input Co-authored-by: John Joyce <john@acryl.io>
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
|
|
}
|