hongbo-miao/hongbomiao.com

View on GitHub
hasura-graphql-engine/metadata/actions.graphql

Summary

Maintainability
Test Coverage
type Mutation {
  updateSeed(
    n: Int!
  ): SeedOutput
}

type SeedOutput {
  seedNumber: Int!
}