-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
GraphQL: Expose all link field data #158
Comments
So this has been present on the @sebastian-lenz - any reason this has not yet been put into a finished release? I don't love being on non-production releases, but this GQL support has been both necessary and rock-solid for us for months. |
Hi @wrux, v1 of the plugin supports the legacy GraphQL plugin, if you want to use the native GraphQL support of Craft you have to switch to version 2. @mildlygeeky You should not have to set your dependency to
As a lot of Craft sites use this plugin, I am extra cautious before finally releasing this update, sorry about that. |
Hey - any plans on releasing 2.x soon? We love your plugin, but it's limiting in our Headless CMS site with this exact same issue. Do you need help testing? |
Problem
I am querying my data in and the typed link field only returns a string.
In Craft you can specify the link text, if it should open in a new tab, aria label and various other things, however these are not exposed to the GraphQL API.
Does this need to be configured on my end or is the feature planned for a future release?
System info
The text was updated successfully, but these errors were encountered: