graphql-request
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>graphql-request</artifactId>
<version>7.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>graphql-request</artifactId>
<version>7.4.0</version>
<name>graphql-request</name>
<description>Minimal GraphQL client supporting Node and browsers for scripts or simple apps.</description>
<url>https://github.com/graffle-js/graffle/tree/graphql-request</url>
<organization>
<name>Jason Kuhrt</name>
<url>https://github.com/graffle-js/graffle/tree/graphql-request</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>schickling</name>
<email>schickling.j@gmail.com</email>
</developer>
<developer>
<name>timsuchanek</name>
<email>tim.suchanek@gmail.com</email>
</developer>
<developer>
<name>jasonkuhrt</name>
<email>jasonkuhrt@me.com</email>
</developer>
<developer>
<name>divyenduz</name>
<email>mail@divyendusingh.com</email>
</developer>
<developer>
<name>weakky</name>
<email>rav4g3@hotmail.fr</email>
</developer>
</developers>
<scm>
<connection>https://github.com/graffle-js/graffle.git</connection>
<developerConnection>https://github.com/graffle-js/graffle.git</developerConnection>
<url>https://github.com/graffle-js/graffle</url>
</scm>
<issueManagement>
<url>https://github.com/graffle-js/graffle/issues</url>
</issueManagement>
<properties>
<org.mvnpm-graphql.version>[14,16]</org.mvnpm-graphql.version>
<org.mvnpm.at.graphql-typed-document-node-core.version>[3.2.0,4)</org.mvnpm.at.graphql-typed-document-node-core.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.graphql-typed-document-node</groupId>
<artifactId>core</artifactId>
<version>${org.mvnpm.at.graphql-typed-document-node-core.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>graphql</artifactId>
<version>${org.mvnpm-graphql.version}</version>
</dependency>
</dependencies>
</project>