7 lines
		
	
	
		
			183 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			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!
 | 
						|
} |