I've created a fragment but the position value is always null. I've got a supertable field that contains a position field within. I'm sure the query works as I've tested it in Craft's GraphQL playground and the field handle is position.
Query example:
fragment MatrixSlider on Matrix_imageSlider_BlockType { id title slider { ... on slider_BlockType { title text position image { title url } cta { ...cta } } } }
Hope you can help me out.
I've created a fragment but the position value is always null. I've got a supertable field that contains a position field within. I'm sure the query works as I've tested it in Craft's GraphQL playground and the field handle is position.
Query example:
fragment MatrixSlider on Matrix_imageSlider_BlockType { id title slider { ... on slider_BlockType { title text position image { title url } cta { ...cta } } } }Hope you can help me out.