Class: Spikard::TestClient
- Inherits:
-
Object
- Object
- Spikard::TestClient
- Defined in:
- sig/types.rbs
Instance Method Summary collapse
- #graphql ⇒ ResponseSnapshot
- #graphql_at ⇒ ResponseSnapshot
- #graphql_subscription ⇒ GraphQLSubscriptionSnapshot
- #graphql_subscription_at ⇒ GraphQLSubscriptionSnapshot
Instance Method Details
#graphql ⇒ ResponseSnapshot
432 |
# File 'sig/types.rbs', line 432
def graphql: (String query, ?json_value variables, ?String operation_name) -> ResponseSnapshot
|
#graphql_at ⇒ ResponseSnapshot
431 |
# File 'sig/types.rbs', line 431
def graphql_at: (String endpoint, String query, ?json_value variables, ?String operation_name) -> ResponseSnapshot
|
#graphql_subscription ⇒ GraphQLSubscriptionSnapshot
434 |
# File 'sig/types.rbs', line 434
def graphql_subscription: (String query, ?json_value variables, ?String operation_name) -> GraphQLSubscriptionSnapshot
|
#graphql_subscription_at ⇒ GraphQLSubscriptionSnapshot
433 |
# File 'sig/types.rbs', line 433
def graphql_subscription_at: (String endpoint, String query, ?json_value variables, ?String operation_name) -> GraphQLSubscriptionSnapshot
|