-
## Description
Epic for planning and tracking front-end web UI tasks for `v2.0.0`.
## Initiative / goal
Implement front-end web server for:
- Navigating universal codes data (e.g. traverse…
-
I am extending the default tailwind config as shown below. It allows me to use new class names like `bg-black-100` but it is not being recognized by the tailwind macro. I'm using the latest build of t…
-
This YML file was working before I added the cfnRole and stage:
```
org: ygutfreund
app: awsapollo
# serverless.yml
service: apollo-lambda
provider:
name: aws
stage: dev
region: us-…
DrYSG updated
4 years ago
-
How do I import a typescript file as the schema in `graphqlgen` configuration.
I am using graphql-code-generator to generate types from my schema using:
`schema: http://localhost:4000/graphql`
T…
-
I can no longer execute the "yarn" command, every time Font Awesome returns this error:
```
Arguments:
/usr/bin/node /usr/share/yarn/bin/yarn.js
PATH:
/usr/local/sbin:/usr/local/bin:/us…
-
-
I have 2 queries which I use with the same variable/input, like this:
```
query GET_MY_DATA_FOO($id: String!) {
foo(id: $id) {
id
...Impagados
}
}
query GET_MY_DATA_BAR($id: St…
-
When running the login test with ApolloGraphQL; the request works fine. However, the cookie is not being set because the browser is blocking the cookie from being set due to SameSite=Lax.
Can anyo…
-
Hi, I'm trying out your library. The example works fine for me, but when I apply it to my app, it failed to compile.
I have generated the types from backend schema and frontend operations. The file…
-
Hello guys,
I've been learning Nexus and I've been trying to implement a `unionType` that returns either a `LoginSuccess`, with its respective fields, or a `LoginError` -- the implementation could …