incrementCounter static method

void incrementCounter()

Increases _hotReloadCounter by one, call it if you want to re-instantiated all GraphQL elements (type and field definitions) that use HotReloadableDefinition

Implementation

static void incrementCounter() => _hotReloadCounter++;