datahub/datahub-frontend/conf/datahub-frontend.graphql
John Joyce da1258c335
feat(GraphQL Mutation): Introducing updateDataset mutation (#2091)
* Introducing updateDataset mutation

* WritableType -> MutableType

* Add createdAt input

Co-authored-by: John Joyce <john@acryl.io>
2021-02-09 10:08:28 -08:00

6 lines
149 B
GraphQL

# This will host GQL schema extensions specific to the frontend.
extend type Mutation {
logIn(username: String!, password: String!): CorpUser
}