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:



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

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:



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

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:



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

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:



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

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