-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request