Skip to content

Commit

Permalink
fix: EAS graphql types (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: David Roth <[email protected]>
  • Loading branch information
David Roth and dneilroth authored Feb 22, 2024
1 parent 8b9937e commit 24d4b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/queries/easAttestations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export type GetEASAttestationsByFilterResponse = EASAttestation[];
*/
export const easAttestationQuery = gql`
query EASAttestationsForUsers(
$where: EASAttestationWhereInput
$distinct: [EASAttestationScalarFieldEnum!]
$where: AttestationWhereInput
$distinct: [AttestationScalarFieldEnum!]
$take: Int
) {
attestations(where: $where, distinct: $distinct, take: $take) {
Expand Down

0 comments on commit 24d4b92

Please sign in to comment.