* feat(slugController): add publicationState as a query parameter (#23)
* feat(graphql): add publicationState as an arg to graphql type (#24)
* chore(README): update readme (#25)
* feat(graphql): refactor publicationState query
* chore(README): update readme to include previewState example for GraphQL
* feat(graphql): update server/utils/isValidFindSlugParams.js
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
* chore(readme): update readme with suggested changes
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
* feat(graphql): apply suggestions from code review in types
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
* feat(graphql): include lodash check based on requested changes
* fix(graphql): contentType not defined in lodash check
Co-authored-by: Dominik Dewitz <dewitz@machbar.eu>
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>