https://medium.com/_/graphql explore with playground: https://www.electronjs.org/apps/graphql-playground. e.g. ``` query User { user(username: "@WWF") { id } } ```