This for example, ain't no dang good complains abo...
# prisma-whats-new
u
This for example, ain't no dang good complains about 'Expected Input Type' when something tries to parse the IDL ?
Copy code
type ItemFilter {
  AND: [item]
  OR: [item]
  NOT: [item]
}

type Query { 
  # End point for lists of items 
  allItems(
    filter:ItemFilter
    sort: SortOptions
    take:Int
    skip:Int