Closed GTDev87 closed 4 years ago
In one of my projects, I'm using readFragment often to access fragment data throughout the frontend.
readFragment
I made a small example of getting readFragment data after a query. This code currently fails receiving a null for match.NAME.
match.NAME
Added as mistake
In one of my projects, I'm using
readFragment
often to access fragment data throughout the frontend.I made a small example of getting
readFragment
data after a query. This code currently fails receiving a null formatch.NAME
.