Tag: Api
-
Java/API Engineer — REMOTE 100% — Contract on W2 – Siri Infosolutions Inc – Remote
Siri Infosolutions Inc Remote Contract: W2, 6+ Month(s) Skills Spring Boot Java Docker API Azure Kubernetes GraphQL Job Description Contract on W2 Java/API Engineer 6+ Months Contract REMOTE Must Haves: Java Spring Boot GraphQL ideal, microservices must SQL (data access and performant queries) Kubernetes, Docker API testing CI/CD Cloud experience https://www.dice.com/job-detail/ecc98545-85a0-462f-ac74-86fd5f404a0d
-
Lead GraphQL Developer – ADDSOURCE – Remote
ADDSOURCE Remote Skills API Best Practices Javascript User Interface Business Requirements ReactJS Node.js Translate graphql B2B Software Job Description Role Lead GraphQL Developer Location USA(Remote) Contract: 6+ Months **Responsibilities:** 1. Design, implement, and maintain GraphQL APIs for telecommunication customer-facing solutions. 2. Collaborate with cross-functional teams to understand business requirements and translate them into GraphQL schemas…
-
Need GraphQL Architect / GraphQL Consultant (Remote) – Spar Information Systems – Remote
Spar Information Systems Remote Contract: W2, Independent, 12+ Month(s) Skills API ElasticSearch GraphQL Kibana Job Description Hello Everyone, Hope you are doing good. One of our client is looking for GraphQL Architect / GraphQL Consultant, please sahre your updated resume to Role: GraphQL Architect / GraphQL Consultant Location: Remote Duration: 6+ Months with possibility of…
-
Software Engineer (NodeJS, NoSql, GraphQL) – Only W2 – StratG Inc – Sunnyvale, CA
StratG Inc Sunnyvale, CA $40+ Contract: W2 Skills software engineer nodejs GraphQL nosql API Cassandra MySQL MangoDB NoSql CRUD kafka Job Description Description: The Software Engineer position will be responsible for handson development as well as lead the development of Next Generation Enterprise solutions for Global ecommerce. SE will be responsible for application development in…
-
Should I use REST or GraphQL for file upload?
0 I have a GraphQL API, but I have doubts about whether to file upload in a graphql mutation or do it in a REST endpoint, I know that it can be done in both ways. I have read that for file uploading the ideal is to have a REST endpoint instead of a mutation.…
-
Should I use REST or GraphQL for the login?
0 I have a GraphQL API, but I have doubts about whether to login in a graphql mutation or do it in a REST endpoint, I know that it can be done in both ways. Any comments? I have read and even in some courses I heard that for the login the ideal is to…
-
Cypress stub ‘ECONNREFUSED 127.0.0.1:3000’ error
0 I have a website that sends queries to the server using ‘Apollo graphql client’. I have set up an interface that will be displayed when this website cannot connect to the server, i.e. when it gets an error ‘Error: connect ECONNREFUSED’. I can test this manually by shutting down the server. I want to…
-
I need some support with graphql Apis I am just able to get a post request and not a get request
-2 Certainly! Here’s a detailed description of your problem with the GraphQL endpoint, formatted for a Stack Overflow question: Title: Unable to Make GET Request to GraphQL Endpoint Using FlutterFlow Body: I am building an app using FlutterFlow and am trying to fetch data from a GraphQL endpoint (https://ra.co/graphql). While I can successfully make a…
-
Is GraphQL API suitable for supermarket POS(Point-Of-Sales) application?
0 I am developing a smart POS application that serves as an integrated software solution that facilitates efficient and modern point-of-sale operations for supermarkets. This system has the following functionalities. Sales processing and transaction management Inventory management Employee management Report and Analytics E-commerce integration Multi-Store support Customer management I chose ReactJS for the front-end, Springboot…
-
Graphql value in Twitter API
1 What is the 6SBWVfRVIH0h71ssRzNVUg value in https://twitter.com/i/api/graphql/6SBWVfRVIH0h71ssRzNVUg/Followers?variables={"userId":"1234567","count":20,"withHighlightedLabel":false,"withTweetQuoteCount":false,"includePromotedContent":false,"withTweetResult":false,"withUserResult":false} ? Twitter now uses Graphql to retrieve the followers list, in both the Web version and the mobile api. There are no previous requests to get the 6SBWVfRVIH0h71ssRzNVUg value, and it’s not constant. It changes with every request. The problem is I can’t use the same value…