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
412 |
# File 'sig/types.rbs', line 412
def graphql: (String query, ?json_value variables, ?String operation_name) -> ResponseSnapshot
|
#graphql_at ⇒ ResponseSnapshot
411 |
# File 'sig/types.rbs', line 411
def graphql_at: (String endpoint, String query, ?json_value variables, ?String operation_name) -> ResponseSnapshot
|
#graphql_subscription ⇒ GraphQLSubscriptionSnapshot
414 |
# File 'sig/types.rbs', line 414
def graphql_subscription: (String query, ?json_value variables, ?String operation_name) -> GraphQLSubscriptionSnapshot
|
#graphql_subscription_at ⇒ GraphQLSubscriptionSnapshot
413 |
# File 'sig/types.rbs', line 413
def graphql_subscription_at: (String endpoint, String query, ?json_value variables, ?String operation_name) -> GraphQLSubscriptionSnapshot
|