Skip to content

Instantly share code, notes, and snippets.

View seve's full-sized avatar

Severiano Badajoz seve

View GitHub Profile
{
repository(owner: "iruka-dev", name: "iruka") {
stargazers(first: 50) {
nodes {
login
company
repositories(last: 10) {
nodes {
name
languages(first: 3) {

#Refactor Plan

Change Requests to GraphQL

Maybe try and use async/await

import {
Button,
Dialog,
DialogActions,
DialogContent,
DialogTitle,
} from "czifui";
<Dialog open={isOpen} onClose={handleClose}>
<DialogTitle title="API Key" />