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

View File

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