-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.nuspec
More file actions
31 lines (31 loc) · 2.67 KB
/
Copy pathplugin.nuspec
File metadata and controls
31 lines (31 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>com.castsoftware.labs.graphql-apollo-client-java-spring</id>
<version>1.3.15</version>
<title>GraphQL for Apollo (TypeScript, JavaScript, Node.js) and Java Spring</title>
<authors>CAST</authors>
<owners>CAST</owners>
<licenseUrl>https://raw.githubusercontent.com/CAST-Extend/com.castsoftware.labs.graphql-apollo-client-java-spring/main/licenses/COPYING.LESSER.txt</licenseUrl>
<projectUrl>https://github.com/CAST-Extend/com.castsoftware.labs.graphql-apollo-client-java-spring/blob/main/README.md</projectUrl>
<iconUrl>https://raw.githubusercontent.com/CAST-Extend/com.castsoftware.labs.graphql-apollo-client-java-spring/refs/heads/main/com.castsoftware.labs.graphql-apollo-client-java-spring.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Detects GraphQL usage in TypeScript, JavaScript and Node.js source code and links it to the GraphQL schema and to the backend implementation. Covers Apollo Client (React hooks, Angular services, codegen hooks, imperative client calls), Apollo Server (Node.js resolvers and inline typeDefs), GraphQL SDL schema files, and Java Spring resolvers (@QueryMapping, @MutationMapping, @SubscriptionMapping) for full-stack transaction analysis.</description>
<releaseNotes>https://github.com/CAST-Extend/com.castsoftware.labs.graphql-apollo-client-java-spring/blob/main/README.md#release-notes</releaseNotes>
<tags>GraphQL API Schema Query Mutation Subscription Apollo ApolloClient ApolloServer React Angular TypeScript JavaScript NodeJS Spring useQuery useMutation</tags>
<dependencies>
<dependency id="CAIP" version="8.3.3" />
<!-- RUNTIME REQUIREMENT, NOT YET DECLARED (needs a verified minimum version):
this extension subscribes to events published by two other extensions:
- com.castsoftware.typescript -> 'typescript_file', 'typescript_endanalysis_completed'
- com.castsoftware.html5 -> 'start_javascript_content', 'end_javascript_contents'
Without them installed, no TypeScript/JavaScript object is created at all.
Add <dependency> entries here once the minimum supported versions are confirmed. -->
</dependencies>
</metadata>
<files>
<file src="**\*"
exclude="tests\**;ressources\**;logs_scan\**;docs\**;big_app_test\**;small_app_test\**;_perso\**;.playwright-mcp\**;**\__pycache__\**;**\*.pyc;.github\**;.idea\**;.vscode\**;.claude\**;.git\**;.gitignore;**\*.md;**\*.nupkg;plugin-to-nupkg.bat;cast_graphql_extension_kb_architecture.html"
target="." />
</files>
</package>