hasura / hasura/graphql-engine
allow actions without custom types
Open
c/actions
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Currently, I cannot define a custom action where the return type is a primitive type, for example:
```
type Mutation {
## Define your action as a mutation here
myAction (message: String!): String
}
```
This will not work, as the custom type window must have a valid type for the create action button to be active.

Contributor guide
Assessment
This issue has not been assessed yet.