GraphQL API and utilities for the rpdata project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gisle Aune
bebd99833b
models2: Fixed incorrect db mappings, fixed Edit not returning mutated model.
|
6 years ago |
.. |
changes
|
graph2: Added logging changes for Channel, Log, Post and Character.
|
6 years ago |
channels
|
models2: Fixed incorrect db mappings, fixed Edit not returning mutated model.
|
6 years ago |
chapters
|
graph2: Added removal of chapters upon story being deleted.
|
6 years ago |
characters
|
models2: Added log character updates.
|
6 years ago |
files
|
graph2: Added File type and queries.
|
6 years ago |
logs
|
models2: Fixed issue caused by last commit removing packages that were still barely in use.
|
6 years ago |
posts
|
graph2: Added post mutations. general: Did some cleaning.
|
6 years ago |
scalars
|
models: Painstakingly converted half the model package to a models & repostiry stucture. All binaries are probably dead at this point.
|
6 years ago |
stories
|
graph2: Added Story mutations
|
6 years ago |
tags
|
models: Painstakingly converted half the model package to a models & repostiry stucture. All binaries are probably dead at this point.
|
6 years ago |
users
|
auth: Moved token and user to models package, added graphql endpoint to check token
|
6 years ago |
change.go
|
graph2: Added logging changes for Channel, Log, Post and Character.
|
6 years ago |
channel.go
|
models2: Fixed incorrect db mappings, fixed Edit not returning mutated model.
|
6 years ago |
chapter.go
|
graph2: Added Chapter type and queries, moved loader out of old graphql pkg.
|
6 years ago |
character.go
|
graph2: Added post mutations. general: Did some cleaning.
|
6 years ago |
file.go
|
graph2: Added File type and queries.
|
6 years ago |
log.go
|
models: Painstakingly converted half the model package to a models & repostiry stucture. All binaries are probably dead at this point.
|
6 years ago |
post.go
|
models: Painstakingly converted half the model package to a models & repostiry stucture. All binaries are probably dead at this point.
|
6 years ago |
story-category.go
|
models2: Fixed StoryCategory UnmarshalGQL validating before writing the value.
|
6 years ago |
story.go
|
graph2: Added Story type and queries.
|
6 years ago |
tag-kind.go
|
models: Painstakingly converted half the model package to a models & repostiry stucture. All binaries are probably dead at this point.
|
6 years ago |
tag.go
|
models: Added Equals method to tag model.
|
6 years ago |
token.go
|
auth: Moved token and user to models package, added graphql endpoint to check token
|
6 years ago |
user.go
|
auth: Moved token and user to models package, added graphql endpoint to check token
|
6 years ago |