You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way we can add a suffix/prefix to the model Definitions like below:
type <defintion_name>_responseSuffix {
}
Also, I have observed that openapi-to-graphql appends number to the defintions name such as Note2
May I know how can we omit this or bypass If I want to display only Note ? @Alan-Cha Can you please help me here ?