Skip to content

Instantly share code, notes, and snippets.

@frankzickert
Last active August 21, 2019 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankzickert/8fc3ed7caa221f3f3417227a9900aaad to your computer and use it in GitHub Desktop.
Save frankzickert/8fc3ed7caa221f3f3417227a9900aaad to your computer and use it in GitHub Desktop.
export const USER_ENTRY_ID = "user_entry";
export default function UserEntry (props) {
return <Entry
id={ USER_ENTRY_ID }
primaryKey="username"
rangeKey="userid"
data={{
age: GraphQLString,
address: GraphQLString
}}
/>
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment