ev/pkg/es/es.graphqls

7 lines
183 B
GraphQL
Raw Normal View History

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