Remove sandbox folder
This commit is contained in:
parent
ce86e45743
commit
a4954b4e82
|
|
@ -1,19 +0,0 @@
|
|||
query ContentBlockQuery {
|
||||
chapters {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
slug
|
||||
contentBlocks(userGroups: ["EE18B"]) {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
title
|
||||
slug
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
query ContentBlockQuery {
|
||||
chapter(id: "RmlsdGVyZWRDaGFwdGVyTm9kZTo3") {
|
||||
id
|
||||
slug
|
||||
contentBlocks {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
title
|
||||
slug
|
||||
hiddenFor {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
query MasterBlasterQuery {
|
||||
xAllUsers: allUsers {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
query BooksQuery {
|
||||
books {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
slug
|
||||
title
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
topics {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
modules {
|
||||
edges {
|
||||
node {
|
||||
title
|
||||
slug
|
||||
heroImage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -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
|
||||
# }]
|
||||
#}}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
mutation startUnitProgressMutation($unitSlug: String!, $moduleSlug: String!) {
|
||||
startUnitProgress(unitSlug: $unitSlug, moduleSlug: $moduleSlug) {
|
||||
created
|
||||
unitSlug
|
||||
failed
|
||||
exception
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
query RoomsQuery {
|
||||
room(id:"Um9vbU5vZGU6Ng==") {
|
||||
id
|
||||
title
|
||||
slug
|
||||
appearance
|
||||
pk
|
||||
}
|
||||
|
||||
allRooms(first:3) {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue