ardatan/graphql-import

Import failed with Union type

chuter opened this issue · 0 comments

union ActionTarget = Job | User | Company

type UserAction implements BaseActionInfo {
  user: User!
  time: Date(format: String = "yyyy-MM-dd HH:mm:SS") 
  type: ActionType
  target: ActionTarget
}