issues
search
graph-gophers
/
dataloader
Implementation of Facebook's DataLoader in Golang
MIT License
1.21k
stars
75
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed module name in README
#62
alex
closed
4 years ago
1
Fixing package location
#61
superherointj
closed
5 years ago
2
Remove double colon in panic message
#60
LindseyB
closed
4 years ago
2
fix typo in README
#59
sanjeevchopra
closed
5 years ago
1
opencensus trace example
#58
renatoaquino
closed
5 years ago
1
add opencensus tracer
#57
renatoaquino
closed
5 years ago
4
v4: Fix InMemoryCache Clear() and LoadMany() concurrency bugs
#56
tonyghita
closed
5 years ago
3
v3: Fix InMemoryCache Clear() and LoadMany() concurrency bugs
#55
tonyghita
closed
5 years ago
1
v2: Fix InMemoryCache Clear() data race
#54
tonyghita
closed
5 years ago
0
v2: Fix non-deterministic LoadMany result order
#53
tonyghita
closed
5 years ago
0
v2: InMemoryCache: fix data race on Clear() method
#52
tonyghita
closed
5 years ago
2
InMemoryCache: Clear() races with sync.Map implementation
#51
tonyghita
closed
5 years ago
2
v1: Fix non-deterministic LoadMany result order
#50
tonyghita
closed
5 years ago
1
v1-v4: LoadMany() returns in non-deterministic order
#49
tonyghita
closed
5 years ago
1
Fix typos
#48
robinbraemer
closed
5 years ago
1
Update key.go, fix comment
#47
robinbraemer
closed
5 years ago
1
fix typo in readme
#46
robinbraemer
closed
5 years ago
1
Semantic Versioning tag
#45
pugovok
closed
5 years ago
5
Dynamic Queries
#44
vimalloc
closed
5 years ago
2
Update README.md
#43
futurechallenger
closed
5 years ago
4
`go get` can only get V4
#42
futurechallenger
closed
5 years ago
2
dataloader: typo
#41
chris-ramon
closed
6 years ago
1
Trouble with compiling dataloader, google cloud datastore, appengine in go1.8
#40
spife129
closed
6 years ago
3
Improve panic handling
#39
dvic
closed
6 years ago
3
cannot be batched in graphql
#38
MingYinLv
closed
6 years ago
2
How to use persistent store such as Redis
#37
simonrycroft
closed
6 years ago
4
RFC: Keyer interface in V5
#36
nicksrandall
closed
6 years ago
3
Prime key should be interface{}
#35
wenerme
closed
6 years ago
1
Update Readme.
#34
LexCC
closed
6 years ago
1
Error inMemoryCache after v4 update
#33
sandeepone
closed
6 years ago
1
Change LoadMany() to return nil []error with no errors
#32
tonyghita
closed
6 years ago
1
Return only one error from ThunkMany
#31
cloudlena
closed
6 years ago
5
Change type of keys to []interface{}
#30
cloudlena
closed
6 years ago
11
Fix usage example
#29
nubbel
closed
7 years ago
1
how to load queries without keys
#28
johnjerrico
closed
7 years ago
2
v2: Ensure len(errors) in ResultMany equals len(data)
#27
tonyghita
closed
7 years ago
1
v1: Ensure len(errors) in ResultMany equals len(data)
#26
tonyghita
closed
7 years ago
0
ThunkMany: len([]interface{}) != len([]error)
#25
tonyghita
closed
7 years ago
0
documentation
#24
acornejo
closed
7 years ago
2
Load function keys as interface{}
#23
tonyghita
closed
7 years ago
2
allow use of context in dataload in a backwards compatible way
#22
nicksrandall
closed
7 years ago
4
Add context.Context as an argument to dataloader.BatchFunc?
#21
tonyghita
closed
7 years ago
5
How can i prevent multiple queries to the database when fetching foreign keys?
#20
RubenSchmidt
closed
7 years ago
15
Example to use with graphql-go
#19
vietthang
closed
7 years ago
8
fix deadlock when panic in batch function for multiple keys
#18
fzhangtj
closed
7 years ago
2
Just want to say this lib is awesome!
#17
kgdev
closed
7 years ago
1
Fix Race Condition in Thunks
#16
telrikk
closed
7 years ago
1
fix various concurrency problems
#15
sgotti
closed
7 years ago
2
Protect Against Panics
#14
telrikk
closed
7 years ago
3
How does pagination work with dataloader?
#13
tonyghita
closed
7 years ago
3
Previous
Next