Skip to content

Commit

Permalink
Added timestamps in SimProfile in GraphQL spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 26, 2019
1 parent b655a29 commit 7232c58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphql/src/test/resources/customer.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ type SimProfile {
eSimActivationCode: String!
status: SimProfileStatus!
alias: String!
requestedOn: String
downloadedOn: String
installedOn: String
installedReportedByAppOn: String
deletedOn: String
}

enum SimProfileStatus {
Expand Down
5 changes: 5 additions & 0 deletions prime/config/customer.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ type SimProfile {
eSimActivationCode: String!
status: SimProfileStatus!
alias: String!
requestedOn: String
downloadedOn: String
installedOn: String
installedReportedByAppOn: String
deletedOn: String
}

enum SimProfileStatus {
Expand Down

0 comments on commit 7232c58

Please sign in to comment.