1,394 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
0
answers
178
views
"Sr is not a function" when deploying Tanstack Start app using Relay on Cloudflare Workers
Edit Sep 26: I just ended using Netlify for now. Maybe the new RC version of Tanstack Start would work out.
Running vite build succeeds, but opening any page fails with the Sr is not a function error. ...
0
votes
0
answers
28
views
Adding multiple node fields in Graphql query which follows relay cursor specifications
As per graphql cursor specification,
Each connection object should have list of Edges. Each edge will have a node field.
So schema for userData query will look like this
type query {
userData(id: ...
3
votes
0
answers
130
views
Using queueOperationResolver when testing
I have some components I want to test which perform multiple graphql queries. When using
environment.mock.resolveMostRecentOperation
I am able to treat those in order. However that is really ...
1
vote
0
answers
74
views
Why there can't be numeric IDs in Relay?
I have a problem understanding, why there can't be numeric fields with the name id in the nodes in GraphQL schema when using Relay, specificaly React Relay. I didn't find any useful information in the ...
0
votes
2
answers
106
views
Implement Relay-style node query field with Prisma/Postgres?
I'm trying to implement the node field for my Relay compliant server, as defined here.
I'm using Prisma, Yoga, and TypeGraphQL.
I can't understand how to perform a Prisma query so that it searches ...
0
votes
1
answer
192
views
main.jsx:3 Uncaught ReferenceError: require is not defined - React + Vite + Relay
I am running into the following error trying to get my React application working with Vite. It also uses Relay and React (and Flow)
main.jsx:3 Uncaught ReferenceError: require is not defined
at ...
1
vote
0
answers
316
views
DKIM Failure in Gsuite when passing thru SMTP RELAY
Hi folks need help is resolving a DKIM failure issue. we are using Gsuite email solution. However we also have secure email gateway to scan outbound emails. the flow of an outbound email is as below
...
0
votes
1
answer
896
views
.NET Sending SMTP emails with MailKit fails while limilabs works
I have a .NET application running on a Cloud Run instance using VPC and I've been trying to implement a way of sending emails using a google SMTP server.
My public IP is whitelisted on the relay side. ...
0
votes
1
answer
142
views
Efficient GraphQL mutation (insert) with nested, non-tree relationship objects
I'm using Relay endpoints generated in Hasura, connected to a PostgreSQL database.
Suppose there are three objects a, b, and c.
a has one-to-many relationships with bs and cs.
c has a one-to-one ...
5
votes
0
answers
180
views
Jetpack compose: Relay plugin - the composable file is not being generated
I want to use the relay plugin in order to convert a figma component into a composable file in Android Studio.
I followed all the steps in https://developer.android.com/jetpack/compose/tooling/relay/...
1
vote
0
answers
102
views
Sync GraphQL Relay operations across tabs
I'm trying to enhance GraphQL Relay so that it can sync its store across different tabs of the same application. To do so I'm extending the Store and the RecordSource classes.
The RecordSource class ...
0
votes
1
answer
371
views
How can I use useLazyLoadQuery when onClick event triggers
I have a notifications list component that renders all notifications that U have
Each notification, when clicked on, will show a pop up, that pop up will receive a parameter to run a specific query(...
2
votes
0
answers
90
views
How to map styles to Compose theme
I want to know how can I map a figma tokens to compose material tokens
Topic
In the link above we have an information about mapping. But where can we get this file? Styles dictionary can't transform ...
0
votes
1
answer
574
views
Android Studio: Imported Figma UI Package via Relay Plugin, but UI Package Not Visible in Android View
I am facing an issue after importing a Figma UI package into Android Studio using the Google Relay plugin. The UI package seems to have been successfully imported, but it is not visible in the Android ...
1
vote
0
answers
226
views
Figma Relay Import Error Transformation Error
I attempted to import some themes that were on figma into my android studio using Relay. When importing, I put in my link and left the theme as: androidx.compose.material3.MaterialTheme
I got an error ...