commonMain.com.apollographql.apollo3.api.json.JsonNumber.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.json
/**
* A simple wrapper class that can be put in [Map] to indicate an arbitrary precision json number
*/
class JsonNumber(val value: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy