Skip to content

Commit

Permalink
feat: partial creation of fulfilment from order view
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Oct 12, 2024
1 parent 3d6d7aa commit dbad23b
Show file tree
Hide file tree
Showing 4 changed files with 993 additions and 23 deletions.
8 changes: 8 additions & 0 deletions packages/core/graphql/src/lib/documents/fragments/meta.gql
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ fragment MetaFragment on IoRestorecommerceMetaMeta {
modified
createdBy
modifiedBy
owners {
id
value
attributes {
id
value
}
}
}
2 changes: 2 additions & 0 deletions packages/core/graphql/src/lib/documents/fragments/order.gql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ fragment OrderFragment on IoRestorecommerceOrderOrder {
id
notificationEmail
shopId
userId
customerId
orderState
customerType
customerOrderNr
Expand Down
Loading

0 comments on commit dbad23b

Please sign in to comment.