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

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

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

/**
 * Type safe representation of a [GraphQL mutation](https://graphql.org/learn/queries/#mutations).
 */
interface Mutation : Operation {
  interface Data: Operation.Data
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy