Tag: React Native
-
Lead React Native Developer – Global Soft Systems – Remote
Global Soft Systems Remote Full Time, Contract: Independent, W2, 6+ month(s) Skills React Node Redux TypeScript GraphQL React Native Job Description Lead React Native Developer CTH Remote but if converted they must be in Bentonville, AR Project Scope: Me@Campus Again Lead Dev / one lower than a an Architect. Built off the back of an…
-
Records that I query in console from Amplify Datastore are different then the ones in Amplify Content
0 I’m new to AWS and React Native and I’m trying to create an aplication that will use AWS Datastore as database to store data. Right now i have this in my App.js import React, { useEffect } from "react" import {SafeAreaView, StyleSheet} from ‘react-native’ import Navigation from ‘./src/navigation’ import { Amplify, DataStore } from…
-
React Native lead with Postgres exp – New York Technology Partners – Remote
New York Technology Partners Remote Depends on Experience Contract: Independent, W2 Skills React Native GraphQL Json AP Reactnative Postgres PostgreSQL Job Description Required skills: Reactjs, Nodejs, Postgres, Next js, Java, JavaScript, Jenkins, Git, Microservices, SSO, security, Postgres, GraphQL/Json API, Excellent Debugging skill. React Native, GraphQL/Json AP Description:- Deliver Innovative technology solutions to complex…
-
How to get only selected fields on graphql using javascript
-1 I need a basic query to take all users from graphql but only with selected fields such as email, name etc. I couldn’t figure out how it works, aws doc gives example about filtering but it uses id to filter. export const getUsers = async () => { try { const { data }…
-
Pass dynamic key value in grapql query React Native
0 hello all I develope application in react native with qraphql so here is my one of the query { products( filter: {category_uid: {eq: "Mw=="}, bestseller: {eq: "44"}} sort: {name: ASC} pageSize: 10 currentPage: 1 ) { total_count items { uid name sku boutique_name small_image { url label } } } } So in above…
-
Read cache from a different request field
0 With React Native and Apollo client, I am am trying to properly write and read cache from a different request field. I basically ave two object types : ‘User’ & ‘Event’, and I have those " requests : All the events : (Event List screen) events { id numberOfParticipants } Connetced user with events…
-
Error when installing apollo/client in react-native app
0 I am building a react native cli app and I want to use @apollo/client to reach the graphql server. But when running these commands npm install @apollo/client graphql I get the following error. npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/graphql npm…
-
Update Relay Store from data saved on cache for Offline mode
0 I’m developing a React native app, and want to restore data saved on cache when the user opens the app again, but it’s offline. I was able to get the latest store by using store.getSource() and save it as a serialised JSON to the device storage. I do also recover and unserialise it, but…
-
Issue with Accessing GraphQL Data Before Authentication on Android using Amplify
0 Question: Hello everyone, I’m relatively new to Amplify and currently working on a mobile application using React Native. The app is being developed for both Android and iOS platforms. I’ve integrated Amplify Auth and a GraphQL API into the app. While I’m able to access GraphQL data before authentication on iOS successfully, I’m encountering…
-
Apollo client: mutate is not a function
2 I am calling this component from a parent component that is passing props thru the argument fields. However When I try to call the mutation function I keep getting the error: mutate is not a function. I dont understand what is causing this issue as I followed the apollo documentation online almost exactly. const…