Skip to content

Commit

Permalink
fix(package): SDR query subject ID type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Jan 27, 2020
1 parent 068fb07 commit 5867c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-selective-disclosure/src/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const typeDefs = `
}
extend type Message {
sdr(sub: String): [CredentialRequest]
sdr(sub: ID!): [CredentialRequest]
}
extend type Mutation {
Expand Down

0 comments on commit 5867c2d

Please sign in to comment.