add custom image model, fetch alt text
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { graphql } from "@/gql";
|
||||
|
||||
const ImageFragmentDefinition = graphql(`
|
||||
fragment Image on CustomImage {
|
||||
url
|
||||
width
|
||||
height
|
||||
alt
|
||||
attribution
|
||||
}
|
||||
`);
|
||||
Reference in New Issue
Block a user