Skip to content

Commit 9b4e3bf

Browse files
authored
Merge pull request #3 from OxfordAbstracts/add-interfaces-and-unions
Add interfaces and unions
2 parents 061831e + d22c28e commit 9b4e3bf

20 files changed

+443
-290
lines changed

Cargo.lock

Lines changed: 24 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-purs-gql"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
edition = "2021"
55
default-run = "pursgql"
66
repository = "https://github.com/OxfordAbstracts/purescript-graphql-schema-gen"
@@ -18,6 +18,9 @@ stringcase = "0.3.0"
1818
tokio = { version = "1.40.0", features = ["full"] }
1919
yaml-rust2 = "0.8.1"
2020
serde_json = "1.0"
21+
serde = "1.0"
22+
serde_derive = "1.0"
23+
serde_yaml = "0.9.34"
2124

2225
[[bin]]
2326
edition = "2021"

outside_types_in_actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ outside_types:
9090
DrOrderTicketData:
9191
id: drId=DrTicketId
9292
ticket_group_id: drId=DrTicketGroupId
93-
description_html: RawHtml, GqlOverrides.RawHTML, oa-ids # changed type name to avoid clashing imports - will need to alias
93+
description_html: RawHtml, GqlOverrides.RawHTML, oa-ids # changed type name to avoid clashing imports - will need to alias
9494
DrOrderAddon:
9595
status: DrLineItemStatusesEnum, OaGqlEnums.DrLineItemStatusesEnum, oa-gql-enums
9696
ticket_id: drId=DrTicketId
@@ -132,7 +132,7 @@ outside_types:
132132
DrAdminTicket:
133133
with: delreg_common
134134
id: drId=DrTicketId
135-
description_html: RawHtml, GqlOverrides.RawHTML, oa-override-gql # changed type name to avoid clashing imports - will need to alias
135+
description_html: RawHtml, GqlOverrides.RawHTML, oa-override-gql # changed type name to avoid clashing imports - will need to alias
136136
DrAuthorizePaymentLinkInput:
137137
with: delreg_common
138138
DrAuthorizePaymentLinkOpenAccessInput:

spago_workspace_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ schema_libs_prefix: oa-gql-schema-
66
schema_libs_dir: ../OxfordAbstracts/application/purs-projects/lib/generated-new/
77
variant_enums:
88
- QuestionTypesEnum
9-
- ReviewerRecruitmentQuestionTypesEnum
9+
- ReviewerRecruitmentQuestionTypesEnum

0 commit comments

Comments
 (0)