We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd792ee commit 72eba1cCopy full SHA for 72eba1c
apps/auth/Auth/Auth.csproj
@@ -32,12 +32,18 @@
32
<None Update="GraphQL\GetUser.graphql">
33
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
34
</None>
35
+ <None Update="GraphQL\GetUserByEmail.graphql">
36
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
37
+ </None>
38
<None Update="GraphQL\GetUserRoles.graphql">
39
40
41
<None Update="GraphQL\UpdateSessionTimestamp.graphql">
42
43
44
+ <None Update="GraphQL\UpdateUserEmail.graphql">
45
46
47
</ItemGroup>
48
49
</Project>
0 commit comments