getInstance
fun getInstance(assetManager: AssetManager, logger: AbstractLogger = DefaultGraphLogger()): GraphProcessor(source)
Deprecated (with error)
Consider managing the singleton lifecycle of GraphProcessor on your own, with something like Dagger, Hilt or even Koin
Replace with
import co.anitrend.retrofit.graphql.annotation.processor.GraphProcessor
Content copied to clipboard
GraphProcessor(assetManager)Content copied to clipboard
Return a single instance of the configured graph processor
Parameters
logger
Custom logger facade