Tweak name

master
Christopher Chedeau 2017-06-27 17:30:13 -07:00
parent b47c0b4e04
commit 850d51a033
2 changed files with 21 additions and 21 deletions

View File

@ -1,11 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`trailing.graphql 1`] = `
query CityGuidesSocialUnitRendererQuery(
query Query(
$pageID: ID!
$scale: Float
$SOCIAL_UNIT_PROFILE_PICTURE_SIZE: Int
$SOCIAL_UNIT_CARD_SIZE: Int
$PROJECT_UNIT_PROFILE_PICTURE_SIZE: Int
$PROJECT_UNIT_CARD_SIZE: Int
) @argumentDefinitions(
count: {type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}
test: [{type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}]
@ -22,11 +22,11 @@ query CityGuidesSocialUnitRendererQuery(
}
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
query CityGuidesSocialUnitRendererQuery(
query Query(
$pageID: ID!,
$scale: Float,
$SOCIAL_UNIT_PROFILE_PICTURE_SIZE: Int,
$SOCIAL_UNIT_CARD_SIZE: Int
$PROJECT_UNIT_PROFILE_PICTURE_SIZE: Int,
$PROJECT_UNIT_CARD_SIZE: Int
)
@argumentDefinitions(
count: {
@ -53,11 +53,11 @@ query CityGuidesSocialUnitRendererQuery(
`;
exports[`trailing.graphql 2`] = `
query CityGuidesSocialUnitRendererQuery(
query Query(
$pageID: ID!
$scale: Float
$SOCIAL_UNIT_PROFILE_PICTURE_SIZE: Int
$SOCIAL_UNIT_CARD_SIZE: Int
$PROJECT_UNIT_PROFILE_PICTURE_SIZE: Int
$PROJECT_UNIT_CARD_SIZE: Int
) @argumentDefinitions(
count: {type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}
test: [{type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}]
@ -74,11 +74,11 @@ query CityGuidesSocialUnitRendererQuery(
}
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
query CityGuidesSocialUnitRendererQuery(
query Query(
$pageID: ID!,
$scale: Float,
$SOCIAL_UNIT_PROFILE_PICTURE_SIZE: Int,
$SOCIAL_UNIT_CARD_SIZE: Int,
$PROJECT_UNIT_PROFILE_PICTURE_SIZE: Int,
$PROJECT_UNIT_CARD_SIZE: Int,
)
@argumentDefinitions(
count: {
@ -105,11 +105,11 @@ query CityGuidesSocialUnitRendererQuery(
`;
exports[`trailing.graphql 3`] = `
query CityGuidesSocialUnitRendererQuery(
query Query(
$pageID: ID!
$scale: Float
$SOCIAL_UNIT_PROFILE_PICTURE_SIZE: Int
$SOCIAL_UNIT_CARD_SIZE: Int
$PROJECT_UNIT_PROFILE_PICTURE_SIZE: Int
$PROJECT_UNIT_CARD_SIZE: Int
) @argumentDefinitions(
count: {type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}
test: [{type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}]
@ -126,11 +126,11 @@ query CityGuidesSocialUnitRendererQuery(
}
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
query CityGuidesSocialUnitRendererQuery(
query Query(
$pageID: ID!,
$scale: Float,
$SOCIAL_UNIT_PROFILE_PICTURE_SIZE: Int,
$SOCIAL_UNIT_CARD_SIZE: Int,
$PROJECT_UNIT_PROFILE_PICTURE_SIZE: Int,
$PROJECT_UNIT_CARD_SIZE: Int,
)
@argumentDefinitions(
count: {

View File

@ -1,8 +1,8 @@
query CityGuidesSocialUnitRendererQuery(
query Query(
$pageID: ID!
$scale: Float
$SOCIAL_UNIT_PROFILE_PICTURE_SIZE: Int
$SOCIAL_UNIT_CARD_SIZE: Int
$PROJECT_UNIT_PROFILE_PICTURE_SIZE: Int
$PROJECT_UNIT_CARD_SIZE: Int
) @argumentDefinitions(
count: {type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}
test: [{type: "Int", defaultValue: 20, someSuperSuperSuperSuperLongType: 301}]