Skip to content

Instantly share code, notes, and snippets.

@hash32bot
Created December 25, 2018 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hash32bot/ef62dba77b26a29fd937ea86156949d9 to your computer and use it in GitHub Desktop.
Save hash32bot/ef62dba77b26a29fd937ea86156949d9 to your computer and use it in GitHub Desktop.
Graphql Schema - Sinatra App - http://bit.ly/2V9p6OL
require 'graphql'
require_relative 'query'
class ConferenceAppSchema < GraphQL::Schema
query QueryType
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment