Skip to content

Commit

Permalink
Fix IdOf Flowtype
Browse files Browse the repository at this point in the history
Reviewed By: captbaritone

Differential Revision: D58852467

fbshipit-source-id: 8e93cff5f2658c2be04a56492bec63807c1f3d88
  • Loading branch information
tyao1 authored and facebook-github-bot committed Jun 24, 2024
1 parent fc5894a commit 2a3c048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay-runtime/experimental.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const resolverDataInjector = require('./store/experimental-live-resolvers/resolv

// Annotates a strong object return type, where `A` is the GraphQL typename
// eslint-disable-next-line no-unused-vars
export type IdOf<A> = DataID;
export type IdOf<A> = {id: DataID};

// Annotates a `RelayResolverValue` GraphQL return type
// eslint-disable-next-line no-unused-vars
Expand Down

0 comments on commit 2a3c048

Please sign in to comment.