This GraphQL query fetches All Vendors_Lists
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
query allVendors_Lists { vendors_Lists (skip: 0, limit: 3) { results { ACL Category { id } Description Details Name Website createdAt id updatedAt } } }
{ "data": { "vendors_Lists": { "results": [ { "ACL": null, "Category": { "id": "1H4auzXUNh" }, "Description": "It is a cloud computing suite offered by Google, running on the same infrastructure as a us company for its products aimed at users, including Google Search Engine and Youtube", "Details": "1.\tIt offers 9 backend and 28 frontend instance hours every day App Engine. \n2.\tCloud firestore offers 20,000 writes, 50,000 reads, 20,000 deletes and 1GB storage on daily basis \n3.\t1 non-preemptible f1-micro, 5GB snapshot storage which is restricted to some regions, and 30GB HDD Compute Engine. \n4.\tIt offers 1GB network egress and 5GB Cloud storage. \n5.\tWeb-based IDE or Linux shell with persistent storage of 5GB cloud shell. However, 60 hours per week limit is also applicable on this. \n6.\tIts cloud pub or sub is featuring 10GB messages monthly. \n7.\tCloud functions of google cloud are containing 2-millions monthly invocations which include both HTTP and background invocations.\n8.\tGoogle Cloud run offers 2 million monthly requests, 180,000 compute time vCPU-seconds, 360,000 GB-seconds memory, and 1 GB network egress monthly from North America. \n9.\tGoogle Kubernetes Engine with zero cluster management cost for clusters of any size. Every user node will be charged at the price of standard compute engine. \n10.\tCloud build with 120 build-minutes on daily basis. \n11.\tCloud storage repository offerings with 50 GB Egress, and 50 GB Storage for up to 5 users. \n", "Name": "Google Cloud Platform (GCP)", "Website": "https://cloud.google.com/", "createdAt": "2020-05-13T14:46:30.602Z", "id": "G6A1Fm1sra", "updatedAt": "2020-05-13T14:51:34.605Z" }, { "ACL": null, "Category": { "id": "1H4auzXUNh" }, "Description": "It is a platform for cloud computing services, which form a cloud computing platform offered by Amazon.com. The services are offered in several geographic locations around the world. The most popular services are Amazon Elastic Compute Cloud and Amazon S3.", "Details": "\n1.\tIt offers 25GB NoSQL DB with Amazon DynamoDB\n2.\tAmazon Lambda is offering 1 million requests on monthly basis. \n3.\tAmazon SNS is offering 1 million publishes monthly. \n4.\tAmazon CloudWatch is featuring 10 alarms and 10 custom metrics\n5.\tAmazon Glacier can let you enjoy long-term object storage of 10GB. \n6.\tAmazon SQS brings a deal of 1 million requests of messaging queue. \n7.\tAmazon Code Build offers build time of 100 min monthly. \n8.\tAmazon Code Commit allows 5 active users on a monthly basis. \n9.\tExperience 1 active pipeline with Amazon Code Pipeline. \n", "Name": "Amazon Web Services (AWS) ", "Website": "https://aws.amazon.com/", "createdAt": "2020-05-13T14:49:54.815Z", "id": "F7c1MunFow", "updatedAt": "2020-05-13T14:54:22.965Z" }, { "ACL": null, "Category": { "id": "1H4auzXUNh" }, "Description": "It is a platform for the execution of applications and services, based on the concepts of cloud computing. It offers services like computing, storage, serverless, etc. ", "Details": "1.\tMicrosoft Azure offers 10 mobile, web, or API apps with its App service. \n2.\tAzure Functions can allow you to enjoy 1 million requests monthly. \n3.\tHere you can also have 500,000 objects Active Directory. \n4.\t50,000 stored users monthly with Active Directory B2C\n5.\tIt allows up to 5 active users for Azure DevOps. \n6.\tMicrosoft IoT Hub offers an amazing opportunity of 8,000 messages every day. \n7.\tEnjoy 1 public load balanced IP for free with Load Balancer. \n8.\tNotifications Hub of Microsoft Azure brings an opportunity of sending 8,000 messages daily. \n9.\tEnjoy 5 GB of egress bandwidth every month. \n10.\tUsers can get 400 RUs and 5GB storage of provisioned throughout for a complete year via Azure Cosmos DB. \n", "Name": "Microsoft Azure", "Website": "https://azure.microsoft.com/en-us/", "createdAt": "2020-05-13T14:52:12.734Z", "id": "7RnEtKDHTX", "updatedAt": "2020-05-13T14:56:35.855Z" } ] } } }