-
Notifications
You must be signed in to change notification settings - Fork 133
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
Support for Array type in blocks #1891
Comments
@Bowriverstudio In order for GraphQL to support array types, the GraphQL Schema needs to know what Type of Scalar (string, int, etc) or Type(s) can be returned by the array. In order to support this, attribute fields of the array type would need to specify the GraphQL List of Type manually since blocks can simply register attributes as "array" without further definition. I believe you might be able to accomplish what you're after by using existing filters within WPGraphQL to support this on a case-by-case basis. |
Thank you. I'll explain the issue I'm having in more detail. The Block I'm Trying to MakeTypical ACF Fields:
Options I'm Considering:
|
@Bowriverstudio if you're using ACF Blocks have you tried WPGraphQL for ACF? |
@jasonbahl - Thank you I just did and it is works well thank you. |
This link says
#1522
What is the current status of this?
Thanks
The text was updated successfully, but these errors were encountered: