diff --git a/spectaql/schema.json b/spectaql/schema.json index 77179b8ee..2afcfb97c 100644 --- a/spectaql/schema.json +++ b/spectaql/schema.json @@ -13,70 +13,6 @@ "name": "Query", "description": "", "fields": [ - { - "name": "allCartRules", - "description": "Provides all active cart rules in the store.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CartRule", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "allCatalogRules", - "description": "Provides all active catalog rules in the store.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CatalogRule", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "allCustomerGroups", - "description": "An array containing a list of all Customer Groups available.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerGroup", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "allCustomerSegments", - "description": "List of all active customer segments.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerSegment", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "attributesForm", "description": "Retrieve EAV attributes associated to a frontend form. Use countries query provided by DirectoryGraphQl module to retrieve region_id and country_id attribute options.", @@ -588,22 +524,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "customerGroup", - "description": "Provides name of the Customer Group assigned to the Customer or Guest.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerGroup", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "customerOrders", "description": null, @@ -628,37 +548,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "customerSegments", - "description": "Customer segments associated with the current customer or guest/visitor.", - "args": [ - { - "name": "cartId", - "description": "The unique ID of the cart to query.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerSegment", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "dynamicBlocks", "description": "Return a list of dynamic blocks filtered by type, location, or UIDs.", diff --git a/static/graphql-api/index.html b/static/graphql-api/index.html index b5697ae56..c1f13b2fd 100644 --- a/static/graphql-api/index.html +++ b/static/graphql-api/index.html @@ -38,10 +38,6 @@