{
	"info": {
		"_postman_id": "d20ec3ca-cde8-4234-9b45-8a4fe21a64e6",
		"name": "API_test",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "32635307",
		"_collection_link": "https://www.postman.com/crimson-firefly-622291/workspace/test/collection/32635307-d20ec3ca-cde8-4234-9b45-8a4fe21a64e6?action=share&source=collection_link&creator=32635307"
	},
	"item": [
		{
			"name": "Login",
			"protocolProfileBehavior": {
				"insecureHTTPParser": false
			},
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "graphql",
					"graphql": {
						"query": "mutation {\r\n    signIn(login: \"admin\", password: \"admin\") {\r\n        token\r\n    }\r\n}",
						"variables": ""
					}
				},
				"url": {
					"raw": "http://localhost/graphql",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"path": [
						"graphql"
					]
				}
			},
			"response": []
		},
		{
			"name": "GetItem",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "x-token",
						"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidGVuYW50SWQiOiJkZWZhdWx0IiwibG9naW4iOiJhZG1pbiIsImlhdCI6MTcxMTQ2NTUzNSwiZXhwIjoxNzExNTUxOTM1fQ.mzrGvDkzaDHbyJindP_UTiFdOUG_hJ26OFv92oVgZX8",
						"type": "text"
					}
				],
				"body": {
					"mode": "graphql",
					"graphql": {
						"query": "query { search(\r\n        requests: [\r\n            {\r\n                entity: ITEM, \r\n                offset: 0, \r\n                limit: 10,\r\n                where: {typeIdentifier: \"item\",values: {size: {OP_gt: \"118\"}}},\r\n                order:[[\"id\", \"asc\"]]\r\n            }\r\n        ]\r\n    ){\r\n        responses {\r\n            ... on ItemsSearchResponse {\r\n                count\r\n                rows {\r\n                    identifier\r\n                    name\r\n                    values\r\n                }\r\n            }\r\n        }\r\n    }\r\n}",
						"variables": ""
					}
				},
				"url": {
					"raw": "http://localhost/graphql",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"path": [
						"graphql"
					]
				}
			},
			"response": []
		},
		{
			"name": "GetRelations",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "x-token",
						"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidGVuYW50SWQiOiJkZWZhdWx0IiwibG9naW4iOiJhZG1pbiIsImlhdCI6MTcxMTQ2NTUzNSwiZXhwIjoxNzExNTUxOTM1fQ.mzrGvDkzaDHbyJindP_UTiFdOUG_hJ26OFv92oVgZX8",
						"type": "text"
					}
				],
				"body": {
					"mode": "graphql",
					"graphql": {
						"query": "   query { \r\n        search(\r\n        requests: [\r\n            {\r\n            entity: ITEM_RELATION, \r\n                offset: 0, \r\n                limit: 10,\r\n                where: {itemIdentifier: \"america_standard_16a_germany_socket_with_italian_socket_combination\"}\r\n            }   \r\n        ]\r\n    ){\r\n        responses {\r\n        ... on SearchItemRelationResponse {\r\n            rows {\r\n                    identifier\r\n                    targetId\r\n                    relationIdentifier\r\n                    relationId\r\n                }\r\n            } \r\n        }               \r\n    }\r\n}",
						"variables": ""
					}
				},
				"url": {
					"raw": "http://localhost/graphql",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"path": [
						"graphql"
					]
				}
			},
			"response": []
		}
	]
}