Open jamesbriggs opened 3 years ago
Have you taken a look at the tests? If you could have a play with those, and see what if anything you get out of that that you feel should be in the docs, and/or any lack of clarity in the docs, please say on here.
Basic auth would be orthogonal to any database or other schema issues. Doing authentication as part of a GraphQL system is a little complicated, but can be done as a layer entirely over the top at the HTTP level. Have you looked around at GraphQL tutorials on these matters?
Hi folks.
Finding it tough to get rolling so far.
Is there a link to fairly good GraphQL database sample code for a Users table?
Bonus for basic auth support.
Thanks, James.