Skip to content

Instantly share code, notes, and snippets.

View belazer's full-sized avatar

Fabian Beliza belazer

View GitHub Profile
const c = require('graphql-request');
require('dotenv').config();
const d = {
"data": {
"authors": [
{
"id": "123",
"bibliography": "Test Test",
},
@belazer
belazer / test.js
Last active January 9, 2020 09:57
const axios = require('axios');
const qs = require('qs');
const uniqid = require('uniqid');
const data = {"assets": [
{"url": "https://via.placeholder.com/150", "name": "test.png"},
{"url": "https://via.placeholder.com/151", "name": "test.png"},
{"url": "https://via.placeholder.com/152", "name": "test.png"},
{"url": "https://via.placeholder.com/153", "name": "test.png"},
{"url": "https://via.placeholder.com/154", "name": "test.png"},

Setting up the Blog Example Project

In order to make use of our different skeleton examples, we need to create a project that has a specific model structure. In this guide, we go through creating said example project and how to fill it with your own content.

Getting started

To start your Blog Example you have two choices of going forward:

Starting from scratch