commonMain.com.apollographql.apollo.network.HttpMethod.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-runtime-kotlin-jvm Show documentation
Show all versions of apollo-runtime-kotlin-jvm Show documentation
Apollo GraphQL runtime library to support generated code
package com.apollographql.apollo.network
enum class HttpMethod {
Get, Post
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy