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::Result(V)
GraphQL::DataLoader::Request::Result(V)
Struct
Value
Object
Defined in:
graphql-dataloader/request.cr
Constructors
.new
(value : V)
Instance Method Summary
#clone
#copy_with
(value _value = @value)
#value
: V
Constructor Detail
def self.
new
(value : V)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(value _value = @value)
#
[
View source
]
def
value
: V
#