commonMain.com.apollographql.apollo.api.Subscription.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-api-jvm Show documentation
Show all versions of apollo-api-jvm Show documentation
Apollo GraphQL API classes
The newest version!
package com.apollographql.apollo.api
/**
* Type safe representation of a [GraphQL subscription](https://spec.graphql.org/October2021/#sec-Subscription).
*/
interface Subscription : Operation {
interface Data: Operation.Data
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy