Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-purs-gql"
version = "0.1.15"
version = "0.1.16"
edition = "2021"
default-run = "pursgql"
repository = "https://github.com/OxfordAbstracts/purescript-graphql-schema-gen"
Expand All @@ -18,6 +18,9 @@ stringcase = "0.3.0"
tokio = { version = "1.40.0", features = ["full"] }
yaml-rust2 = "0.8.1"
serde_json = "1.0"
serde = "1.0"
serde_derive = "1.0"
serde_yaml = "0.9.34"

[[bin]]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions outside_types_in_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ outside_types:
DrOrderTicketData:
id: drId=DrTicketId
ticket_group_id: drId=DrTicketGroupId
description_html: RawHtml, GqlOverrides.RawHTML, oa-ids # changed type name to avoid clashing imports - will need to alias
description_html: RawHtml, GqlOverrides.RawHTML, oa-ids # changed type name to avoid clashing imports - will need to alias
DrOrderAddon:
status: DrLineItemStatusesEnum, OaGqlEnums.DrLineItemStatusesEnum, oa-gql-enums
ticket_id: drId=DrTicketId
Expand Down Expand Up @@ -132,7 +132,7 @@ outside_types:
DrAdminTicket:
with: delreg_common
id: drId=DrTicketId
description_html: RawHtml, GqlOverrides.RawHTML, oa-override-gql # changed type name to avoid clashing imports - will need to alias
description_html: RawHtml, GqlOverrides.RawHTML, oa-override-gql # changed type name to avoid clashing imports - will need to alias
DrAuthorizePaymentLinkInput:
with: delreg_common
DrAuthorizePaymentLinkOpenAccessInput:
Expand Down
2 changes: 1 addition & 1 deletion spago_workspace_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ schema_libs_prefix: oa-gql-schema-
schema_libs_dir: ../OxfordAbstracts/application/purs-projects/lib/generated-new/
variant_enums:
- QuestionTypesEnum
- ReviewerRecruitmentQuestionTypesEnum
- ReviewerRecruitmentQuestionTypesEnum
Loading
Loading