Skip to content

Commit

Permalink
Bump nuwave/lighthouse from 6.43.1 to 6.44.1 in /api (#11460)
Browse files Browse the repository at this point in the history
* Bump nuwave/lighthouse from 6.43.1 to 6.44.1 in /api

Bumps [nuwave/lighthouse](https://github.com/nuwave/lighthouse) from 6.43.1 to 6.44.1.
- [Release notes](https://github.com/nuwave/lighthouse/releases)
- [Changelog](https://github.com/nuwave/lighthouse/blob/master/CHANGELOG.md)
- [Commits](nuwave/lighthouse@v6.43.1...v6.44.1)

---
updated-dependencies:
- dependency-name: nuwave/lighthouse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* write new schema

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Sizer <[email protected]>
Co-authored-by: Eric Sizer <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent f9e733c commit fa7a0cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions api/storage/app/lighthouse-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ input PoolBookmarksOrderByInput {

input ApplicantFilterInput {
equity: EquitySelectionsInput
hasDiploma: Boolean
hasDiploma: Boolean @deprecated(reason: "hasDiploma to be replaced")
languageAbility: LanguageAbility
locationPreferences: [WorkRegion]
operationalRequirements: [OperationalRequirement]
Expand Down Expand Up @@ -1181,7 +1181,7 @@ input CreateUserInput {
isVisibleMinority: Boolean
indigenousCommunities: [IndigenousCommunity]
indigenousDeclarationSignature: String
hasDiploma: Boolean
hasDiploma: Boolean @deprecated(reason: "hasDiploma to be replaced")
locationPreferences: [WorkRegion]
locationExemptions: String
acceptedOperationalRequirements: [OperationalRequirement]
Expand Down Expand Up @@ -1228,7 +1228,7 @@ input UpdateUserAsAdminInput {
isVisibleMinority: Boolean
indigenousCommunities: [IndigenousCommunity]
indigenousDeclarationSignature: String
hasDiploma: Boolean
hasDiploma: Boolean @deprecated(reason: "hasDiploma to be replaced")
locationPreferences: [WorkRegion]
locationExemptions: String
acceptedOperationalRequirements: [OperationalRequirement]
Expand Down Expand Up @@ -1284,7 +1284,7 @@ input UpdateUserAsUserInput {
isVisibleMinority: Boolean
indigenousCommunities: [IndigenousCommunity]
indigenousDeclarationSignature: String
hasDiploma: Boolean
hasDiploma: Boolean @deprecated(reason: "hasDiploma to be replaced")
locationPreferences: [WorkRegion]
locationExemptions: String
acceptedOperationalRequirements: [OperationalRequirement]
Expand Down Expand Up @@ -1414,7 +1414,7 @@ input UpdateCommunityInput {
}

input CreateApplicantFilterInput {
hasDiploma: Boolean
hasDiploma: Boolean @deprecated(reason: "hasDiploma to be replaced")
equity: EquitySelectionsInput
languageAbility: LanguageAbility
operationalRequirements: [OperationalRequirement]
Expand Down

0 comments on commit fa7a0cf

Please sign in to comment.