Remove sandbox folder

This commit is contained in:
Ramon Wenger 2018-10-11 13:46:12 +02:00
parent ce86e45743
commit a4954b4e82
9 changed files with 0 additions and 193 deletions

View File

@ -1,19 +0,0 @@
query ContentBlockQuery {
chapters {
edges {
node {
id
slug
contentBlocks(userGroups: ["EE18B"]) {
edges {
node {
id
title
slug
}
}
}
}
}
}
}

View File

@ -1,31 +0,0 @@
query BookQuery {
books {
edges {
node {
id
title
topics(first:1) {
edges {
node {
id
title
slug
teaser
modules(slug_Icontains:"ate") {
edges {
node {
id
title
slug
teaser
heroImage
}
}
}
}
}
}
}
}
}
}

View File

@ -1,23 +0,0 @@
query ContentBlockQuery {
chapter(id: "RmlsdGVyZWRDaGFwdGVyTm9kZTo3") {
id
slug
contentBlocks {
edges {
node {
id
title
slug
hiddenFor {
edges {
node {
id
name
}
}
}
}
}
}
}
}

View File

@ -1,9 +0,0 @@
query MasterBlasterQuery {
xAllUsers: allUsers {
edges {
node {
id
}
}
}
}

View File

@ -1,31 +0,0 @@
query BooksQuery {
books {
edges {
node {
id
slug
title
}
}
}
topics {
edges {
node {
id
}
}
}
modules {
edges {
node {
title
slug
heroImage
}
}
}
}

View File

@ -1,22 +0,0 @@
mutation MutateContentBlock($input: MutateContentBlockInput!) {
mutateContentBlock(input: $input) {
contentBlock {
id
title
slug
}
errors
}
}
# input
#{"input": {
# "id": "Q29udGVudEJsb2NrTm9kZToyMQ==",
# "visibility": [{
# "userGroupId": "VXNlckdyb3VwTm9kZToy",
# "hidden": false
# }]
#}}

View File

@ -1,8 +0,0 @@
mutation startUnitProgressMutation($unitSlug: String!, $moduleSlug: String!) {
startUnitProgress(unitSlug: $unitSlug, moduleSlug: $moduleSlug) {
created
unitSlug
failed
exception
}
}

View File

@ -1,32 +0,0 @@
query RoomsQuery {
room(id:"Um9vbU5vZGU6MTA=") {
id
title
slug
appearance
pk
roomEntries {
edges {
node {
id
slug
title
description
author {
id
firstName
lastName
}
}
}
}
}
allRooms(first:0) {
edges {
node {
id
}
}
}
}

View File

@ -1,18 +0,0 @@
query RoomsQuery {
room(id:"Um9vbU5vZGU6Ng==") {
id
title
slug
appearance
pk
}
allRooms(first:3) {
edges {
node {
id
title
}
}
}
}