GraphQL API and utilities for the rpdata project
 
 

4 lines
107 B

# A Change is a part of the history that can be used to keep clients up to date.
type Change {
id: Int!
}