refactor: move graphql into individual services
This commit is contained in:
7
pkg/es/es.graphqls
Normal file
7
pkg/es/es.graphqls
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
type Meta @goModel(model: "github.com/sour-is/ev/pkg/es/event.Meta") {
|
||||
eventID: String! @goField(name: "getEventID")
|
||||
streamID: String!
|
||||
created: Time!
|
||||
position: Int!
|
||||
}
|
||||
Reference in New Issue
Block a user