AxeWP / wp-graphql-gravity-forms

GraphQL API for interacting with Gravity Forms.
GNU General Public License v3.0
165 stars 29 forks source link

Restructure codebase to follow WPGraphQL ecosystem standards. #155

Closed justlevine closed 3 years ago

justlevine commented 3 years ago

Before V1 can ship, we need to shift our src to follow the hierarchy from the emerging ecosystem. Things like changing the namespace to WPGraphQL\GF, moving and renaming class files, breaking out the plugin and class instantiation into a type registry, etc.

At the same time, we should review action/filter prefixes so they reflect the above changes concisely.

This should happen as close to final release as possible, since its a major breaking change.

justlevine commented 3 years ago

Action and filters have been moved to #182