Skip to content

Commit

Permalink
use provider suffix in tests
Browse files Browse the repository at this point in the history
Differential Revision: D53300386

fbshipit-source-id: 5f79121ef81d524f5bc65bf3cd322c7237d25737
  • Loading branch information
Andre Quispesaravia authored and facebook-github-bot committed Feb 5, 2024
1 parent b7f59af commit e88306a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function hello_world_with_provided_variable(
@argumentDefinitions(
provided_variable: {
type: "String!"
provider: "./HelloWorldProvider.js"
provider: "./HelloWorldProvider.relayprovider"
}
) {
hello(world: $provided_variable)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e88306a

Please sign in to comment.