StoreRedirect
No description
type StoreRedirect {
id: String!
storeId: String!
oldUrl: String!
newUrl: String!
}
No description
type StoreRedirect {
id: String!
storeId: String!
oldUrl: String!
newUrl: String!
}
StoreRedirect.id ● String! non-null scalarStoreRedirect.storeId ● String! non-null scalarStoreRedirect.oldUrl ● String! non-null scalarStoreRedirect.newUrl ● String! non-null scalar