You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2019. It is now read-only.
I'm facing some issue on laravel validation rules on custom fields 's arguments, below is the complete description,
I have below query
`query users{
locations{
id
appointments (date: "2018-04-05") {
id
start
end
}
}
}`
as you can see here, I'm having a date argument for the custom field named appointments on locations query now, I'm trying to apply rules(laravel validation rule: date) for the date argument of appointments fields of location type and i have also added the statement as stated in this issue https://github.com/Folkloreatelier/laravel-graphql/issues/27 but it's not worked for me.
I'm not sure if i'm missing something so, please suggest me the right change, thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Guys,
I'm facing some issue on laravel validation rules on custom fields 's arguments, below is the complete description,
I have below query
as you can see here, I'm having a date argument for the custom field named
appointments
onlocations
query now, I'm trying to apply rules(laravel validation rule: date) for thedate
argument ofappointments
fields oflocation
type and i have also added the statement as stated in this issue https://github.com/Folkloreatelier/laravel-graphql/issues/27 but it's not worked for me.I'm not sure if i'm missing something so, please suggest me the right change, thanks in advance.
The text was updated successfully, but these errors were encountered: