Skip to content

Naming improvement for views related schema items #267

@Pasqualle

Description

@Pasqualle

Issue #212 introduced the option to rename views query, but it can be still improved.

example of renamed views query in graphQL schema:
whoIsOnline(page: Int = 0, pageSize: Int = 5): WhoSOnlineGraphql1Result
Instead of the ugly result name, the result should be named whoIsOnlineResult.

Other schema item names could be improved also. Search for graphql_camelcase inside graphql_views module.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions