useSemanticNaming

abstract val useSemanticNaming: Property<Boolean>

When true, the operation class names are suffixed with their operation type like ('Query', 'Mutation' ot 'Subscription'). For an example, query getDroid { ... } GraphQL query generates the 'GetDroidQuery' class.

Default value: true