python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Not able to add data using mutation on Apollo Client
Mutation on client side of Apollo server:
import { gql } from "@apollo/client";
export const UPLOAD_IMAGE = gql`
mutation uploadImage($url: String!, $description: String!, $posterName: Str...
Tom Brooke
Votes: 0
Answers: 1
How can a nested field in graphQL query get its own arguments
I'm working on a cursor based pagination that requires the a nested field to access the args. So far, i've been unable to get the args to its desired field.
type Game {
players(first: Int, afte...
Mhd
Votes: 0
Answers: 1
Not able to render graphql data with react.js
I am trying to display values from an API using apollo client, server, ReactJS and NodeJS, Below is the code to do this:
Client:
UserPosts.js:
import { useMutation, useQuery } from "@apollo/clien...
Tom Brooke
Votes: 0
Answers: 1
Problem with CORS when using cookies in apollo-server-rexpress and create-react-app
I am using apollo-server-express in the backend and react in the frontend. I want to use cookies for authentication so I set up my server like in the code below, which is the result of multiple tutori...
Rurpot
Votes: 0
Answers: 1