Loading
GraphQL Playground
{"version":"1.7.42","settings":{"general.betaUpdates":true,"schema.polling.enable":false,"editor.theme":"light"},"workspaceName":"Moderne","tabs":[{"name":"Explore Recipes","endpoint":"https://api.app.moderne.io","query":"\nquery recipeCatalog($categoryId: ID!) {\n categories(categoryId: $categoryId) {\n\tid\n\tname\n\ttotalRecipeCount\n\trecipes {\n\t id\n\t name\n\t description\n\t}\n\tcategories {\n\t id\n\t name\n\t description\n\t recipes {\n\t\tid\n\t\tname\n\t\tdescription\n\t }\n\t}\n }\n}\n\t\t","variables":"\n{\n\"categoryId\": \"org.openrewrite.java\"\n}\n\t\t ","headers":{"Authorization":"Bearer YOUR_PERSONAL_ACCESS_TOKEN"}}],"canSaveConfig":false}