Skip to content

Change controller type name #120

@LouisMT

Description

@LouisMT

Using the following code:

class SomethingController : GraphController {
  [Mutation]
  public async Task<IGraphActionResult> Create() {
    return Ok(...);
  }
}

The type name of the root mutation something becomes Mutation_Something.

I was wondering if the name of this type can be changed. I couldn't find anything about this in de docs so far.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions