Skip to content

Commit

Permalink
GQL-48: Add provider id to order options
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorlang committed May 20, 2024
1 parent ffc03a0 commit e817a76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/orderOption.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ type OrderOption {
"The native ID to set on the order option."
nativeId: String

"The provider ID to set on the order option."
providerId: String

"The revision date for the order option."
revisionDate: String

Expand Down

0 comments on commit e817a76

Please sign in to comment.