Removed readme badges.

This commit is contained in:
Jayden Seric 2018-09-18 22:31:40 +10:00
parent 6a991b608d
commit e0f0b483c5

View File

@ -2,10 +2,6 @@
# Apollo upload examples
![License](https://img.shields.io/badge/license-MIT-blue.svg)
[![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-examples.svg)](https://github.com/jaydenseric/apollo-upload-examples/issues)
[![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-examples.svg)](https://github.com/jaydenseric/apollo-upload-examples/stargazers)
A full stack demo of file uploads via GraphQL mutations using [Apollo](https://apollographql.com) [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations:
* [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server).