I’m new to graphql and 8base.
- I’ve used Axios to consume REST api’s in the past. Is this something I can still do or do i have to use a graphQLClient? Thanks
- I’m more familiar with backend code like php. Is it safe(secure) to have logic in the front end? Example: I connect to the square api to process payments or perform calculations on a price/discount,etc… before insert them into database.
Thanks in advance.