Skip to content

Commit

Permalink
feat: allow user to add edge to area modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Dec 17, 2021
1 parent dbe94ee commit 02278dc
Show file tree
Hide file tree
Showing 14 changed files with 495 additions and 210 deletions.
22 changes: 22 additions & 0 deletions .graphqlconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Marathon Schema",
"schemaPath": "graphql.schema.json",
"extensions": {
"endpoints": {
"Localhost": {
"url": "http://localhost:3001/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
},
"Dev": {
"url": "https://dev.api.marathon.perimetre.co/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}
136 changes: 136 additions & 0 deletions graphql.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down Expand Up @@ -1555,6 +1571,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down Expand Up @@ -1666,6 +1694,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "projects",
"description": null,
Expand Down Expand Up @@ -1765,6 +1805,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down Expand Up @@ -1864,6 +1916,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down Expand Up @@ -3684,6 +3748,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "ENUM",
"name": "SortOrder",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": null,
Expand Down Expand Up @@ -5383,6 +5459,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BoolFieldUpdateOperationsInput",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down Expand Up @@ -5490,6 +5578,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BoolFieldUpdateOperationsInput",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "projects",
"description": null,
Expand Down Expand Up @@ -5585,6 +5685,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BoolFieldUpdateOperationsInput",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down Expand Up @@ -5680,6 +5792,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BoolFieldUpdateOperationsInput",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down Expand Up @@ -6019,6 +6143,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isComingSoon",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BoolFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "modules",
"description": null,
Expand Down
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"addOns": "Available Add-ons",
"tray": {
"delete": "Delete",
"deleteEdge": "Remove Edge Finish",
"move": "Move",
"rotateLeft": "Rotate Left",
"rotateRight": "Rotate Right",
Expand Down
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
Loading

0 comments on commit 02278dc

Please sign in to comment.