Skip to content

Commit

Permalink
Merge pull request #12 from wp-graphql/update-faust-deps
Browse files Browse the repository at this point in the history
Remove outdated plugins
  • Loading branch information
josephfusco authored Oct 17, 2023
2 parents 670895b + f7e8fb3 commit cb36c46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 125 deletions.
7 changes: 1 addition & 6 deletions faust.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import { setConfig } from '@faustwp/core'
import templates from '@/wp-templates/index.js'
import possibleTypes from './possibleTypes.json'
import PersistedQueriesPlugin from './plugins/PersistedQueriesPlugin'
import TempPersistedQueriesFixPlugin from './plugins/TempPersistedQueriesFixPlugin'

/**
* @type {import('@faustwp/core').FaustConfig}
**/
export default setConfig({
templates,
experimentalPlugins: [
// new TempPersistedQueriesFixPlugin(),
// new PersistedQueriesPlugin(),
],
experimentalPlugins: [],
usePersistedQueries: true,
possibleTypes,
})
27 changes: 0 additions & 27 deletions plugins/PersistedQueriesPlugin.js

This file was deleted.

92 changes: 0 additions & 92 deletions plugins/TempPersistedQueriesFixPlugin.js

This file was deleted.

3 comments on commit cb36c46

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
acf.wpgraphql.com main https://hb…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
acf.wpgraphql.com main https://hb…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
acf.wpgraphql.com main https://hb…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.