/
Launch Apollo Studio


CLASS

CodeGenerator

public class CodeGenerator<Decoder: FlexibleDecoder>

Methods

jsonGenerator(with:astOutputURL:)

public class func jsonGenerator(with decoder: JSONDecoder = JSONDecoder(),  astOutputURL url: URL) throws -> CodeGenerator<JSONDecoder>

init(flexible:astOutputURL:)

public init(flexible: Decoder,
            astOutputURL url: URL) throws

run(with:)

public func run(with options: ApolloCodegenOptions) throws
Edit on GitHub