{"info":{"_postman_id":"013c3ffb-4909-4dda-9be2-9615f2297d6d","name":"Automart API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23129267","collectionId":"013c3ffb-4909-4dda-9be2-9615f2297d6d","publishedId":"2sA35Bd4zW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-25T09:00:15.000Z"},"item":[{"name":"Home Page","id":"d98b6259-bf1e-4702-b4c3-67fc4d64d900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/","urlObject":{"protocol":"http","port":"8000","path":[""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d98b6259-bf1e-4702-b4c3-67fc4d64d900"},{"name":"Create Vehical Information","id":"e78c9133-2543-4433-a2b2-53c3c6452df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n  createVehicalInfo(id:8, model:\"Scorpio\", brand:\"Mahindra\", type:\"Car\", yearsOfUsage:1, price:1000000, color:\"Green\", engineType:\"1997cc\", fuelType:\"Petrol\") {\r\n    id\r\n    model\r\n    brand\r\n    type\r\n    yearsOfUsage\r\n    price\r\n    color\r\n    engineType\r\n    fuelType\r\n  }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e78c9133-2543-4433-a2b2-53c3c6452df0"},{"name":"Get All Vehical Info","id":"e197cb67-c4fe-406e-b5df-5dce4fb1bab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getAllVehicalInfo{\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e197cb67-c4fe-406e-b5df-5dce4fb1bab3"},{"name":"Get info by Id","id":"f116b7d4-0620-4c44-98f4-774b15ee3c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getSingleVehicalInfo(id:2){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f116b7d4-0620-4c44-98f4-774b15ee3c93"},{"name":"Get info by type","id":"a2feadb1-28a5-42f8-bb77-46fc9377ad47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByType(type:\"Scooty\"){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2feadb1-28a5-42f8-bb77-46fc9377ad47"},{"name":"Get info by brand","id":"25b1ee8f-5d5c-4535-abf8-df38fd609976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByBrand(brand:\"Honda\"){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"25b1ee8f-5d5c-4535-abf8-df38fd609976"},{"name":"Get info by model","id":"0035bb8c-0d60-4a44-9d0b-827474841fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByModel(model:\"Jupiter\"){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0035bb8c-0d60-4a44-9d0b-827474841fd5"},{"name":"Get Info by engine type","id":"2c0c5bf1-d8de-4d1e-b6e9-972a638e6db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByEngine(engineType:\"125cc\"){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c0c5bf1-d8de-4d1e-b6e9-972a638e6db4"},{"name":"Get info by Fuel type","id":"72f790a1-266e-4908-beb5-6c955a09abde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByFuel(fuelType:\"Petrol\"){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"72f790a1-266e-4908-beb5-6c955a09abde"},{"name":"Get info by type and color","id":"d9cb9f1d-8d21-468b-b8cf-a939787d6a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByTypeColor(type:\"Car\", color:\"Green\"){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9cb9f1d-8d21-468b-b8cf-a939787d6a3f"},{"name":"Get info by brand and color","id":"d0e950da-10f1-4cf1-8a0e-55c601c493d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoBrandColor(brand:\"Honda\", color:\"Black\"){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0e950da-10f1-4cf1-8a0e-55c601c493d6"},{"name":"Get info by years of usage","id":"e85ca720-e339-4d1d-a687-e2cd1c593022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByUsage(yearsOfUsage:5){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e85ca720-e339-4d1d-a687-e2cd1c593022"},{"name":"Get info by usage range","id":"da1f6503-b790-43d2-8f93-5b6a3facf1e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getInfoByUsageRange(min:1, max:5){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"da1f6503-b790-43d2-8f93-5b6a3facf1e4"},{"name":"Get info by type and price range","id":"a40f2d71-7783-4c42-85d9-7db44cbe3958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n   getInfoByTypeAndPriceRange(type:\"Car\", min:60000, max:2000000){\r\n        id\r\n        model\r\n        brand\r\n        type\r\n        yearsOfUsage\r\n        price\r\n        color\r\n        engineType\r\n        fuelType\r\n    }\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a40f2d71-7783-4c42-85d9-7db44cbe3958"},{"name":"Get all brands","id":"58ff0310-f309-4681-85c6-c65a7ef37972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n   getVehicalBrands\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"58ff0310-f309-4681-85c6-c65a7ef37972"},{"name":"Get all Models","id":"a1bdfba6-a727-40e3-901e-4d5301440c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n   getVehicalModels\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1bdfba6-a727-40e3-901e-4d5301440c90"},{"name":"Get al types","id":"33ac9661-db52-47bc-a192-ba2e54fb9e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    getVehicalTypes\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"33ac9661-db52-47bc-a192-ba2e54fb9e64"},{"name":"Delete Vehical Info","id":"51366192-0760-4421-b385-3a0ddfad6218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    deleteVehicalInfo(id:8)\r\n}","variables":""}},"url":"http://127.0.0.1:8000/graphql","urlObject":{"protocol":"http","port":"8000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"51366192-0760-4421-b385-3a0ddfad6218"}]}