Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
graphql-dataloader
main
GraphQL
DataLoader
Cache
Loader
MemoryCache
Request
Result
Built with Crystal 1.9.2
2023-10-07 16:19:57 UTC
struct
GraphQL::DataLoader::Request(O, K, V)
GraphQL::DataLoader::Request(O, K, V)
Struct
Value
Object
Defined in:
graphql-dataloader/request.cr
Constructors
.new
(key : K, object : O)
Instance Method Summary
#key
: K
#object
: O
#raise
(exception : Exception)
#result
: V
#result=
(value : V)
Constructor Detail
def self.
new
(key : K, object : O)
#
[
View source
]
Instance Method Detail
def
key
: K
#
[
View source
]
def
object
: O
#
[
View source
]
def
raise
(exception : Exception)
#
[
View source
]
def
result
: V
#
[
View source
]
def
result=
(value : V)
#
[
View source
]