这是indexloc提供的服务,不要输入任何密码
Skip to content

allow actions without custom types #4381

@BenoitRanque

Description

@BenoitRanque

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/actionsRelated to actions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions