feat: get-blog-list

This commit is contained in:
Quangnhankie
2021-10-15 11:54:14 +07:00
parent 4b3fabb186
commit 111e831d3d
15 changed files with 321 additions and 140 deletions

View File

@@ -11,7 +11,7 @@ import getProduct from './operations/get-product'
import getSiteInfo from './operations/get-site-info'
import login from './operations/login'
import fetchGraphqlApi from './utils/fetch-graphql-api'
import getAllBlogs from './operations/get-all-blogs'
export interface VendureConfig extends CommerceAPIConfig {}
@@ -44,6 +44,7 @@ const operations = {
getProduct,
getAllFacets,
getAllCollections,
getAllBlogs
}
export const provider = { config, operations }