Hi, I am noticing that I am unable to query specific fields like "Group" or "Select" in my custom types. They only seem to work and update using the rest api but in the graphql playground, the schema is not updating to show these specific fields. Assuming I'm doing something wrong, is there a specific way to query these types of fields with gql?
Actual Custom Type (Notice "helloList" and "check". Also note that it is synced)
You won't be able to see Group fields in the graphQL playground because of their API ID assignment value. It's in camelCase. It should be either in snake case or all characters should be in lowercase. Learn more about API ID in the What is an API ID article.
Let me know If you have any further questions related to it.
Thanks for the answer this seems to work great. One other question I have is when it comes to using the "Link" type via the slicemachine it only gives me the option of "Web" instead of the 3 options it should give (1. Web, 2. Document, 3. Media)
For your next question:
At the moment, you can only have a link to web option in the Slice Machine UI. All the options for the links should update in the next release but I don't have any ETA.
Meanwhile, You need to add a Content Relationship field to select internal documents from your repository.