Tag: rest
-
What does GraphQL do that REST can’t do?
-3 I’ve been seeing that GraphQL allows the user to limit the data they receive, but that can be quite easily done on a REST API. You can have a, for example, /users endpoint that takes a query array in the request body, that limits the columns returned from the server. Or is there something…
-
Is it possible to query the Collection-Types of strapi
2 Is it possible to query a list of Collection-Types in Strapi? The following example: I have three Collection-Types: Restaurant Stores Events The client application does not know which Collection-Types exist and I want to query them dynamically: Example response { contentTypes: [ { name: "Restaurant" }, { name: "Stores" }, { name: "Events" }…
-
How to handle a dynamic query in the GraphQL without doing the changes specific to the query filters in the backend logic? Please let me know
0 How to handle a dynamic query in the GraphQL without doing the changes specific to the query filters in the backend logic? Please let me know. I found the way to handle the same using the Mongoose Framework and REST API. rest mongoose graphql Share Improve this question Follow asked 3 hours ago Narra…
-
Shopify API – Set different prices for foreign currencies to specific VariantID
0 I need to send API call to set different prices for each currency to specific VariantID. The shop is set to base on GBP. Somehow I need pass the prices for each currencies for specific VariantID I can see in shopify settings -> markets -> EU -> there is an pricelist for EUR, I…
-
Spark/Python Developer – Hexaware Technologies, Inc – Mc Lean, VA
Hexaware Technologies, Inc Mc Lean, VA Depends on Experience Full Time Skills AWS Python Spark Rest AMQ GraphQL. Mongo Job Description I am from Hexaware Technologies Inc () part of Carlyle Group (). Hexaware is a $1.2B company with about 25K employees worldwide. The position is a direct hire for Hexaware. As discussed, sharing you…
-
GraphQL uses REST query which has an array as JSON response does not work
0 I’m trying to query another system with a GraphQL query. Due to the system only takes REST queries I use the @rest operator to convert the query. But the REST query has an array as response which leads to the following error: {"name":"ApolloError","graphQLErrors":[],"clientErrors":[],"networkError":{},"message":"typename is undefined"} GraphQL query: const QueueStatusQuery = gql` query checkQueueStatus_HLS{ robot(input:{})…
-
Create a draft order via rest API or graphql in shopify
0 I am developing an app for Shopify and I am new to remix. I have used shopify-app-remix. I want to create a draft order after the app is installed. I don’t know how to make an API call after the app is authenticated. I found afterAuth in the shopify.server.js file. I have tried to…
-
design APIs using HTTP methods
0 I was was below question in Netskope system design interview recently i.e. design APIs for below functionalities (full URL path with HTTP method) and I could not answer well so I was rejected. I pasted my solution below. I could not find a solution using google search. Can you please provide some solution? 1.…
-
IOS Developer – Codeforce 360 – Sunnyvale, CA
Codeforce 360 Sunnyvale, CA $60-65 Contract: Corp-To-Corp, 6 month(s) Skills iOS REST GraphQL Job Description Career Opportunity: Job Title: IOS Developer About CodeForce 360 Making a career choice is amongst the most critical choices one can make, and it’s important for the choice to be calculated with factors such as a company’s run of success…
-
Is there a way to search through job postings with new Upwork GraphQL API?
1 Since Upwork is deprecating REST API support on December 15, I’ve started refactoring my application to support new GraphQL API. My main REST API requests are: Search Jobs: GET /api/profiles/v2/search/jobs.{format} Get Job Profile: GET /api/profiles/v1/jobs/{job_key}.{format} The problem is, GraphQL API Docs does not seem to have similar requests in "Search" directory. Only thing I…