Skip to content

Instantly share code, notes, and snippets.

View bitcooker's full-sized avatar
✈️
Focusing

BitCookr bitcooker

✈️
Focusing
  • Anywhere
View GitHub Profile
@bitcooker
bitcooker / index.js
Created September 6, 2023 05:47 — forked from alexandrebodin/index.js
Upload image wiht graphql
import React from "react";
import "./App.css";
import { ApolloProvider } from "@apollo/react-hooks";
import gql from "graphql-tag";
import { ApolloClient } from "apollo-client";
import { createUploadLink } from "apollo-upload-client";
import { InMemoryCache } from "apollo-cache-inmemory";
@bitcooker
bitcooker / strapi-graphql-documentation.md
Created August 30, 2023 05:01 — forked from kevinadhiguna/strapi-graphql-documentation.md
Strapi - GraphQL API queries and mutations

Strapi GraphQL API Documentation

Collections of GraphQL queries and mutations that power your Strapi app!
Explore the docs »