Tag: graphql
-
HttpLinkParserException using GraphQL in Flutter
0 So im trying to implement graphql in flutter, using bloc too. I think i already did all the necessary part, but when i try to hit the graphql, it return response like this HttpLinkParserException (ResponseFormatException(originalException: FormatException: Unexpected character (at character 1) here is my graphql function – void _onLoginButtonPressed( LoginButtonPressed event, Emitter<LoginState> emit) async…
-
Lead Python Developer – Miracle Software Systems, Inc. – Cleveland, OH
Miracle Software Systems, Inc. Cleveland, OH Depends on Experience Contract: W2, 6 Month(s) Skills python graphql azure Microservices Job Description Requirement Details Position: Python Lead Developer with GraphQL API’sLocation: OH, USA Duration:6+months Role&responsibilities: Python Lead Developer with experience in Azure Kubernetes Service (AKS) or similar may be like Amazon Elastic Container Service (Amazon…
-
Adding an entity to apollo-client cache after mutation to match query variables
0 I’m currently building a SPA with apollo-graphql and everything is working fine so far. However, I have reached a point where the apollo cache causes some issues. I have a UI which provides several filter criteria. The fields are mapped to variables in my graphql query, specifically a project ID and a timespan (start/end…
-
ApolloServer: createAPIGatewayProxyEventV2RequestHandler — how to set up CORS?
0 I’m splitting a project into client/server sub projects, so now I have to deal with CORS issues between the client and server running under different ports on localhost. I’m using ApolloServer 4, and can’t find any documentation for setting the Access-Control-Allow-Origin header for an AWS lambda server. This is the setup: import { ApolloServer…
-
Sr .Net Back End Developer – Amzur Technologies, Inc. – Remote
Amzur Technologies, Inc. Remote Depends on Experience Contract: W2, Independent, 12 Month(s) Skills GraphQL .Net Core API SQL Azure Job Description 12 Months Contract To Hire Need to go to Onsite First Day to pick the Laptop, Either Plano, TX or Mechanicsburg, PA Responsibilities Strong problem-solving skills. Commitment to delivery. Excellent…
-
Android Developer – W3Global – Plano, TX
W3Global Plano, TX Accepts corp to corp applications, Contract: W2, 6 Month(s) Skills Android Developer sdk Kotin . Jetpack Compose GraphQL MVVM MVP Job Description Responsibilities: Android App Development: Design, develop, and maintain high-performance Android applications using Kotlin, Java, and Jetpack Compose, adhering to best practices and architectural patterns. Architecture and Code Quality: Lead the…
-
GraphQL Engineer – Intraedge – Phoenix, AZ
Intraedge Phoenix, AZ Depends on Experience Accepts corp to corp applications, Contract: W2, Independent, 12 Month(s) Skills GraphQL JavaScript Java Job Description Job Title: GraphQL Engineer Location: Phoenix, AZ Duration: Long term contract Description:Our client is looking for GraphQL engineer who are very strong in JavaScript and have some exposure to Java. Regards, Surya Prakash…
-
Redis-om EntityId: how to return the result of a search
0 I use redis-om with nodejs, typescript and graphql I save a record in redis with this code let vote = await voteRepository.save({ voterID, date, certified }); the type of ‘vote’ is ‘Entity’ but I want to send back to the client an object of type Vote: type Vote { voterID: String! date: String! certified:…
-
Resolve relationships in graphql using nexus
0 I’m new to using nexus and graphql but I’m having a hard time getting the following to work: I am using: "@prisma/client": "^5.4.1", "apollo-server": "^3.12.1", "graphql": "^16.8.1", "nexus": "^1.3.0", "python": "^0.0.4" And this is running in a node container (node:20-alpine3.17) My data model: I defined the types and some query definitions using the nexus…
-
Prisma Appsync generator not working when run the npm run deploy command
0 I’m using local mode successfully, but trying to deploy, I can’t complete the command npm run deploy. cdk synth never complete the step: RUN npm install –global [email protected] Step by step I’m test with nodejs versions 16 & 18 "aws-cdk": "2.99.1", "aws-cdk-lib": "2.99.1" I’m testing default tutorial from https://prisma-appsync.vercel.app/quick-start/getting-started.html Anyone can…