Code Monkey home page Code Monkey logo

graphql-sample-apps's Introduction

One-Click Deployable Apps with
Slash GraphQL
A fully-managed GraphQL backend service

This repository contains sample GraphQL applications powered by Dgraph database.
As these apps are developed they will become available for one-click deployment on Slash GraphQL.

Todo
Todo App Screenshot
Charts
Charts App Screenshot
Surveyo
 App Screenshot
DevJokes
DevJokes App Screenshot
Pokedex
Pokedex App Screenshot
Coming Soon! Coming Soon! Comnig Soon!

graphql-sample-apps's People

Contributors

aaroncarey avatar aelbannan avatar akashjain971 avatar all-seeing-code avatar anand-chandrashekar avatar anupam-saha avatar catherineluse avatar chewxy avatar dependabot[bot] avatar geekyants-anupam-saha avatar gja avatar maxxreis avatar mbj36 avatar minhaj-shakeel avatar namanjain8 avatar omarayo avatar prashant-shahi avatar rahulgurnani avatar rderbier avatar rondip-geekyants avatar selectiveduplicate avatar suryavanshi08 avatar tstreamdoth avatar vardhanapoorv avatar verneleem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

graphql-sample-apps's Issues

Remove local Dgraph instance and point to Slash and deploying Schema.

https://github.com/dgraph-io/graphql-sample-apps/blob/master/todo-app-react/README.md#set-up-the-environment

This talks about how to get GraphQL up and running locally with docker. For this readme and any future tutorials, we probably want to not instruct users to download docker and setup that and then run the dgraph image, but rather point them to slash and how to very quickly create a new back end, copy and paste the schema and deploy. Where to find their graphql endpoint and where to put it for the tutorial. This would be the use case if a user was not using the one-click deploy but rather doing a custom installation and modifying the example.

Also, probably want to click to the one-click deploy in this readme as well. Here it is for this app:
https://slash.dgraph.io/_/one-click?app=todo

Update tutorial queries with correct GQL query syntax

I was working through the todo app react tutorial and I think that some of the GQL is outdated.

For example, as stated in the tutorial, this query was supposed to work:

query {
  queryTask(filter: {
    complete: {
      eq: "true"
    }
  }) {
    id
    title
  }
}

But, I think it really should look like this if you run it against the latest version of Dgraph on Docker, otherwise you will get errors:

query {
    queryTask(filter: { completed: true }) {
        id
        title
    }
}

Surveyo Date Responses not in Charts

I created a form with three fields: date, rating, and short answer. The short answer and rating is rendered in the charts screen, but the date data is no where to be found in charts.

image

image

image

Stuck after new deploy due to Auth0

After deploying a new one-click instance. I get stuck with the app after the first render it goes to:
image

Looking in the Developer Tools Network Tab I see this error:
image

https://dev-nus7dz9x.auth0.com/authorize?client_id=Q1nC2kLsN6KQTX1UPdiBS6AhXRx9KwKl&redirect_uri=https%3A%2F%2Fpowerful-scene.one-click.cloud.dgraph.io&scope=openid%20profile%20email&response_type=code&response_mode=web_message&state=RFlsbWJnc1ZIOWFrczY2YTZLNFR%2BbDFZTHo1eEVhQTBDbzM0bm04SjRDVw%3D%3D&nonce=c0l0QThvRUR5ZlRGQ0tNRHBrdXBtTDlZczBraDk2U1RJT1hlcGNFUzk0ZA%3D%3D&code_challenge=sHK8r-JL5pi1I5HL2fPY7xz_3y467vRuPmye5Tmop6k&code_challenge_method=S256&prompt=none&auth0Client=eyJuYW1lIjoiYXV0aDAtc3BhLWpzIiwidmVyc2lvbiI6IjEuOC4yIn0%3D

I think this may be related to the first time I deployed I did not know I had to go to my email and confirm my email with Auth0 for the one-click deploy and now that link has timed out and I cannot figure out how to get a new confirm request for this app.

To add the report details:

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.