Method: Appwrite::Graphql#initialize
- Defined in:
- lib/appwrite/services/graphql.rb
#initialize(client) ⇒ Graphql
Returns a new instance of Graphql.
6 7 8 |
# File 'lib/appwrite/services/graphql.rb', line 6 def initialize(client) @client = client end |