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

commonMain.com.apollographql.apollo.api.DeferredFragmentIdentifier.kt Maven / Gradle / Ivy

The newest version!
package com.apollographql.apollo.api

data class DeferredFragmentIdentifier(
    /**
     * Path of the fragment in the overall JSON response. The elements can either be Strings (names) or Integers (array indices).
     */
    val path: List,
    val label: String?,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy