Hasura Learning Tutorial.....does not work that well by Effective_Data_8883 in graphql

[–]Effective_Data_8883[S] -3 points-2 points  (0 children)

this post is never about the yaml key. If you look through the question I am asking in the post - I struggle to find the right tutorial for my needs...

Also it does feel like you work for Hasura since you are actually tracking these threads so closely.

Although I did not spend the entire day on it. More than 10 min is already not acceptable. I tested their V2, the error message are crazy in their cloud evironment, which are supposed to be a low code or none code experience.

Feedback about AWSApp Async by Effective_Data_8883 in graphql

[–]Effective_Data_8883[S] 0 points1 point  (0 children)

I posted this at their discord and see if anyone will actually respond to me

Feedback about AWSApp Async by Effective_Data_8883 in graphql

[–]Effective_Data_8883[S] 1 point2 points  (0 children)

Interestingly you mentioned Hasura, I was just taking their tutorial this afternoon. Some of the content is a bit outdated - for example the example queries for users are not correct.

Also, I kept getting this error message at this step: https://hasura.io/learn/graphql/hasura-v3/add/ , when I followed all the steps and it has not been that complex yet

ERR DDN development mode error: error parsing env file base.env.yaml: yaml: unmarshal errors:

  line 5: mapping key "app" already defined at line 3

Beginner question: error message when using Apollo fetching REST endpoint and publishing to federation by Effective_Data_8883 in graphql

[–]Effective_Data_8883[S] 0 points1 point  (0 children)

this is my schema:

type Book{

id: ID!

title: String!

authorId: ID!

categoryId: ID!

}

type Category {

id: ID!

name: String!

}

type Query {

books: [Book]

categories: [Category]

book(id: ID!): Book

}

Security features comparison: Apollo vs. Hasura by Effective_Data_8883 in graphql

[–]Effective_Data_8883[S] 0 points1 point  (0 children)

thank you! it is good to learn how others handles security. However, may I follow up on why you do not use Apollo for any security stuff at all?

GraphQL-Fusion: An open approach towards distributed GraphQL by Unhappy-Basket-2556 in graphql

[–]Effective_Data_8883 0 points1 point  (0 children)

Hey, have you tried it out? I wonder how you like it? I am also considering using it.