-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Description
One thing irks me about the current output of oasgraph is that we have query types with numbers added to the end.
Using this example openapi schema from lb4.
Current behaviour
We return a query such as 'Todos3'.
Expected
A consistent naming convention. 'Todos' Alternatively attaching the verb to avoid naming collisions? e.g: 'TodosGet'.
Discussion
I find that the openapi-generator schema produces my idea of an expected naming convention. For the above openapi schema we get the following: graphql schema.
Is this something that can be improved or unnecessary as you see it?
Metadata
Metadata
Assignees
Labels
No labels