Class: Spikard::TestClient

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Method Summary collapse

Instance Method Details

#graphqlResponseSnapshot

Parameters:

  • query (String)
  • variables (json_value)
  • operation_name (String)

Returns:



412
# File 'sig/types.rbs', line 412

def graphql: (String query, ?json_value variables, ?String operation_name) -> ResponseSnapshot

#graphql_atResponseSnapshot

Parameters:

  • endpoint (String)
  • query (String)
  • variables (json_value)
  • operation_name (String)

Returns:



411
# File 'sig/types.rbs', line 411

def graphql_at: (String endpoint, String query, ?json_value variables, ?String operation_name) -> ResponseSnapshot

#graphql_subscriptionGraphQLSubscriptionSnapshot

Parameters:

  • query (String)
  • variables (json_value)
  • operation_name (String)

Returns:



414
# File 'sig/types.rbs', line 414

def graphql_subscription: (String query, ?json_value variables, ?String operation_name) -> GraphQLSubscriptionSnapshot

#graphql_subscription_atGraphQLSubscriptionSnapshot

Parameters:

  • endpoint (String)
  • query (String)
  • variables (json_value)
  • operation_name (String)

Returns:



413
# File 'sig/types.rbs', line 413

def graphql_subscription_at: (String endpoint, String query, ?json_value variables, ?String operation_name) -> GraphQLSubscriptionSnapshot