We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title
Execute a GraphQL query like this:
mutation MyMutation { save_tours_tour_Entry( title: "Test from GraphQL!" stops: { entries: [ { stop: { destination: [8], highlights: "First stop!", id: "new-first" } } ], sortOrder: [ "new-first" ] } ) { id } }
Craft will produce an error like *Title* cannot be blank.. If you provide a title key in the stop hash like this…
*Title* cannot be blank.
stop
stop: { title: "Example", destination: [8], highlights: "First stop!", id: "new-first" }
…a new error is emitted: Field "title" is not defined by type stops_stop_MatrixEntryInput.
Field "title" is not defined by type stops_stop_MatrixEntryInput.
5.0.0+
No response
The text was updated successfully, but these errors were encountered:
d4512a1
No branches or pull requests
What happened?
Description
Steps to reproduce
Execute a GraphQL query like this:
Craft will produce an error like
*Title* cannot be blank.
. If you provide atitle
key in thestop
hash like this……a new error is emitted:
Field "title" is not defined by type stops_stop_MatrixEntryInput.
Craft CMS version
5.0.0+
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: