commonMain.com.apollographql.apollo3.api.Mutation.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
package com.apollographql.apollo3.api
/**
* Represents a GraphQL mutation operation that will be sent to the server.
*/
interface Mutation : Operation {
interface Data: Operation.Data
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy