Module: Spikard
- Defined in:
- lib/spikard.rb,
lib/spikard/app.rb,
lib/spikard/errors.rb,
lib/spikard/native.rb,
lib/spikard/params.rb,
lib/spikard/service.rb,
lib/spikard/version.rb,
lib/spikard/introspection.rb,
sig/types.rbs
Overview
This file is auto-generated by alef — DO NOT EDIT. alef:hash:8d2b914736a655587a50a80bda0621aa8fea8a0bfa8e8449cfe21cfa208d8691 To regenerate: alef generate To verify freshness: alef verify --exit-code frozen_string_literal: true
Defined Under Namespace
Modules: Errors, Introspection Classes: ApiKeyConfig, App, AsyncApiConfig, BackgroundJobMetadata, BackgroundTaskConfig, Body, CompressionConfig, ContactInfo, Cookie, CorsConfig, DynamicSchemaConfig, FieldErrorSpec, FullSchemaConfig, GraphQLErrorInfo, GraphQLRouteConfig, GraphQLSubscriptionSnapshot, GrpcConfig, HandlerResult, Header, JsonRpcConfig, JsonRpcMethodInfo, JwtConfig, LicenseInfo, Method, OpenApiConfig, ParamBase, ParseRequest, ParseResult, ParsedChannel, ParsedMessage, ParsedOperation, Path, ProblemDetails, Query, QueryMutationConfig, QueryOnlyConfig, RateLimitConfig, Request, RequestData, Response, ResponseSnapshot, RouteBuilder, SchemaConfig, SecuritySchemeInfo, SecuritySchemeInfoApiKey, SecuritySchemeInfoHttp, ServerConfig, ServerInfo, SnapshotError, SseEvent, StaticFilesConfig, TestClient, TestingSseEvent, UploadFile, ValidateRequest, ValidationResponse, WebSocketMessage
Constant Summary collapse
- VERSION =
The version string for this package.
"0.17.0.pre.rc.1"
Class Method Summary collapse
- .schema_full ⇒ FullSchemaConfig
- .schema_query_mutation ⇒ QueryMutationConfig
- .schema_query_only ⇒ QueryOnlyConfig
Class Method Details
.schema_full ⇒ FullSchemaConfig
465 |
# File 'sig/types.rbs', line 465
def self.schema_full: () -> FullSchemaConfig
|
.schema_query_mutation ⇒ QueryMutationConfig
463 |
# File 'sig/types.rbs', line 463
def self.schema_query_mutation: () -> QueryMutationConfig
|
.schema_query_only ⇒ QueryOnlyConfig
461 |
# File 'sig/types.rbs', line 461
def self.schema_query_only: () -> QueryOnlyConfig
|