Files
ev/pkg/es/es.graphqls
2022-08-19 12:29:57 -06:00

7 lines
183 B
GraphQL

type Meta @goModel(model: "github.com/sour-is/ev/pkg/es/event.Meta") {
eventID: String! @goField(name: "getEventID")
streamID: String!
created: Time!
position: Int!
}