assens / multipart-spring-graphql

Multipart support for Spring GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipart Spring GraphQL

Adds missing multipart support.

Before using you need to see

Download

Spring Boot Starter

<dependency>
  <groupId>name.nkonev.multipart-spring-graphql</groupId>
  <artifactId>multipart-spring-graphql</artifactId>
  <version>VERSION</version>
</dependency>

Compatibility

multipart-spring-graphql Java Spring Boot Example
0.10.x 8+ Spring Boot 2.7.x https://github.com/nkonev/multipart-graphql-demo/tree/0.10.x
1.0.x 17+ Spring Boot 3.0.x https://github.com/nkonev/multipart-graphql-demo/tree/1.0.x
1.1.x 17+ Spring Boot 3.1.x https://github.com/nkonev/multipart-graphql-demo/tree/1.1.x
1.2.x 17+ Spring Boot 3.2.x https://github.com/nkonev/multipart-graphql-demo/tree/1.2.x

About

Multipart support for Spring GraphQL

License:Apache License 2.0


Languages

Language:Java 100.0%