commonMain.com.apollographql.apollo.api.OperationName.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-api Show documentation
Show all versions of apollo-api Show documentation
Apollo GraphQL API classes
package com.apollographql.apollo.api
/**
* GraphQL operation name.
*/
interface OperationName {
/**
* Returns operation name.
*/
fun name(): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy