What in the world is this?

I was messing around with the thing that @bigminiboss showed abt adding ppl without editing access, and I came across this:

what in the world is this?

1 Like

Replit GraphQL… You didn’t know about this?

tbh tho I prefer pikachu’s https://graphql-playground.pikachub2005.repl.co/

(I just make queries like if I wanna know someone’s userid or something)

ik i just didnt know there was a url for it

What is that for? What even is GraphQL? (don’t call me stoobid pls)

1 Like

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

https://docs.replit.com/tutorials/nodejs/graphql-project-part-1
https://docs.replit.com/tutorials/nodejs/graphql-project-part-2

1 Like

This is a nightmare on mobile…