Tag: Node.Js
-
Validation error with zodValidationPipe in nestjs
0 I have the following graphql. input UpdateStudentInput { name: String motherName: String birthDate: String gender: Gender email: String password: String avatar: String } And I have the following mutation: updateStudent(updateStudentInput: UpdateStudentInput!, studentId: String): Student! but when I try to mutate I get a validation error : mutation { updateStudent(updateStudentInput: { name: "Abner Matheus Gomes…
-
What is the best way to add cors or headers in apollo server4 with azure integration?
0 I am facing an issue in cors. We are not able to allow the Access-Control-Allow-Origin. Please let us know how to add the headers or how to handle the Cors issue. Below added my code snippet. const { ApolloServer } = require(‘@apollo/server’); const { startServerAndCreateHandler } = require(‘@as-integrations/azure-functions’); const server = new ApolloServer({ typeDefs,…
-
Lead Platform Engineer – Remote – Contract – Khayainfotech – Remote
Khayainfotech Remote $70 – $80 Accepts corp to corp applications, Contract: IndependentW2, 12 Month(s) Skills GraphQL Javascript Node . js TypeScript Job Description Hi, Job Title: Lead Platform Engineer Project Duration : 12 months Work Location:100% Remote Description: As a Sr.Lead Platform Engineer, Platform Engineering – Digital APIs you will be responsible for the technical and…
-
Backend Developer (Node.js + GraphQL, Golang) – SoftPath Technologies LLC – Sunnyvale, CA
SoftPath Technologies LLC Sunnyvale, CA $65 – $70 Full Time Skills backend developer Node js graphQL golang AWS azure Job Description Position: Backend Developer (Node.js + GraphQL, Golang)Location: Sunnyvale, CA 7+ years of experience working with Node JS and backend technologies. Experience with developing backend applications with microservices architectures 3+ years of experience with Graph…
-
What is the difference between GraphQL and mongoose?
-2 I am reading a book about GraphQL, and they claim that one strong point of GraphQL is selecting a field from the database. See sample below: On this image, they selected just the title from the movies on the database. I can do the same using mongoose, using "select". Could I say that mongoose…
-
Golang Developer (Node.JS + GraphQL) – VDart, Inc. – Sunnyvale, CA
VDart, Inc. Sunnyvale, CA $$Negotiable Part Time, Accepts corp to corp applications, Contract: W2, Independent Skills java API Node JS nodejs Golang GraphQL Graph QL Job Description VDart Inc is the leading global provider of digital solutions, products and talent management company providing digital technology solutions in Automotive, Manufacturing, Energy & Utilities and Healthcare Industries.…
-
Java front end full stack engineer – INTELYCORE LLC – Remote
INTELYCORE LLC Remote Up to $65 Contract: W2, 6 Month(s) Work from home No Travel Required Skills node js react GraphQL Job Description Highly preferred: Bay Area located consultants. Must Have: NodeJS, React, GraphQL Senior Engineer with strong Front-end experience and a proven track record of building high quality scalable web applications, and solid leadership abilities.…
-
Lead Digital GraphQL API Engineer – Alleare Consulting – Addison, TX
Alleare Consulting Addison, TX Depends on Experience Contract: W2 Skills Software Engineering Gitlab GraphQL Javascript Node . js React TypeScript e – commerce mobile API Job Description Lead Digital GraphQL API Engineer 12 month + contract Addison, Texas Hybrid 3537 IMMEDIATE NEW JOB OPENING for a Sr. Lead Platform Engineer to join our team…
-
Backend Developer (Golang + Node.js + GraphQL) – Apexon – Sunnyvale, CA
Apexon Sunnyvale, CA Depends on Experience Contract: W2 No Travel Required Skills Golang Node.JS GraphQL Job Description Hello Professional, Hope you’re doing well. Please find below the Job Description of Backend Developer (Golang + Node.js + GraphQL) position. Apexon is a digital-first technology services firm backed by Goldman Sachs Asset Management and Everstone Capital. We…
-
my apollo node js client not working for unknown reason
0 I have the following nodejs code : const { ApolloClient, InMemoryCache, createHttpLink } = require(‘@apollo/client’); // Define the HTTP endpoint const httpEndpoint = ‘https://localhost:5000/graphql/’; // Create an HTTP link const httpLink = createHttpLink({ uri: httpEndpoint, }); // Create an Apollo Client with the HTTP link const client = new ApolloClient({ link: httpLink, cache: new…