Class: Spikard::GraphQLRouteConfig
- Inherits:
-
Object
- Object
- Spikard::GraphQLRouteConfig
- Defined in:
- sig/types.rbs
Class Method Summary collapse
Instance Method Summary collapse
- #description ⇒ GraphQLRouteConfig
- #enable_playground ⇒ GraphQLRouteConfig
- #get_description ⇒ String?
- #get_method ⇒ String
- #get_path ⇒ String
- #is_playground_enabled ⇒ Boolean
- #method ⇒ GraphQLRouteConfig
- #path ⇒ GraphQLRouteConfig
Class Method Details
.default ⇒ GraphQLRouteConfig
51 |
# File 'sig/types.rbs', line 51
def self.default: () -> GraphQLRouteConfig
|
Instance Method Details
#description ⇒ GraphQLRouteConfig
45 |
# File 'sig/types.rbs', line 45
def description: (String description) -> GraphQLRouteConfig
|
#enable_playground ⇒ GraphQLRouteConfig
44 |
# File 'sig/types.rbs', line 44
def enable_playground: (bool enable) -> GraphQLRouteConfig
|
#get_description ⇒ String?
49 |
# File 'sig/types.rbs', line 49
def get_description: () -> String?
|
#get_method ⇒ String
47 |
# File 'sig/types.rbs', line 47
def get_method: () -> String
|
#get_path ⇒ String
46 |
# File 'sig/types.rbs', line 46
def get_path: () -> String
|
#is_playground_enabled ⇒ Boolean
48 |
# File 'sig/types.rbs', line 48
def is_playground_enabled: () -> bool
|
#method ⇒ GraphQLRouteConfig
43 |
# File 'sig/types.rbs', line 43
def method: (String method) -> GraphQLRouteConfig
|
#path ⇒ GraphQLRouteConfig
42 |
# File 'sig/types.rbs', line 42
def path: (String path) -> GraphQLRouteConfig
|