Hello, im trying to make a query like this
type Query {
customers(bornAfter : DateTime) : [Customers]
}
But when i run it i've got this error:
java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: graphql/schema/CoercingParseLiteralException