All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apollographql.apollo.compiler.ir.CodeGenerationIR.kt Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
/**
 * Copyright 2018-2019 Amazon.com,
 * Inc. or its affiliates. All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

package com.apollographql.apollo.compiler.ir

data class CodeGenerationIR(
    val operations: List,
    val fragments: List,
    val typesUsed: List
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy